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
currrentDir=$(pwd)
currentDir=$(pwd)
#building bullet
cd extern/bullet/
mkdir -p build
cd build
cmake ..
make -j5