Sfoglia il codice sorgente

Fixed Linux build script

Ivan Safrin 12 anni fa
parent
commit
8258ee67ba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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