-Fixed compile to generate version.sh

main
Harry van Haaren 2013-11-15 20:04:39 +00:00
parent c8c47497e1
commit 4841c365e4
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ trap 'err_handle' ERR
set -e
cd ../
./version.sh
cd build
cmake -DRELEASE_BUILD=1 ../
make -j 2