Fixing typo and wrong path in build script.

This commit is contained in:
Fabian Klemp 2014-10-26 01:05:21 +02:00
parent 7490a3d805
commit 54108868d7

View File

@ -1,11 +1,12 @@
#!/bin/bash #!/bin/bash
currrentDir=$(pwd) currentDir=$(pwd)
#building bullet #building bullet
cd extern/bullet/ cd extern/bullet/
mkdir -p build mkdir -p build
cd build
cmake .. cmake ..
make -j5 make -j5