Skip to content

Commit 8258ee6

Browse files
committed
Fixed Linux build script
1 parent cf54992 commit 8258ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildLinux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ cmake -G "Unix Makefiles" -DPOLYCODE_BUILD_BINDINGS=ON -DPOLYCODE_BUILD_PLAYER=O
1717
make
1818
make install
1919
cd ../../Standalone/Build
20-
cmake -G "Unix Makefiles"
20+
cmake -G "Unix Makefiles" ..
2121
make install

0 commit comments

Comments
 (0)