restatic.sh 305 B

12345678
  1. # Simple script to revert the changes made by destatic.sh
  2. # Allow for the fact that mujs might not be present
  3. MUJS_SRC=
  4. test -d thirdparty/mujs && MUJS_SRC=thirdparty/mujs
  5. # Convert it all back
  6. sed -i 's!/\*static \*/!static !' $(find source platform/android/viewer platform/java $MUJS_SRC -name '*.c')