Explorar el Código

Fixed Linux build script

Ivan Safrin hace 12 años
padre
commit
8258ee67ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BuildLinux.sh

+ 1 - 1
BuildLinux.sh

@@ -17,5 +17,5 @@ cmake -G "Unix Makefiles" -DPOLYCODE_BUILD_BINDINGS=ON -DPOLYCODE_BUILD_PLAYER=O
 make
 make install
 cd ../../Standalone/Build
-cmake -G "Unix Makefiles"
+cmake -G "Unix Makefiles" ..
 make install