Skip to content

Commit

Permalink
Fixed Linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansafrin committed Feb 25, 2014
1 parent cf54992 commit 8258ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildLinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8258ee6

Please sign in to comment.