Merge pull request #160

995bf3f get_libwallet_api.sh: fix version.h generation timeline (moneromooo.monero)
This commit is contained in:
Riccardo Spagni
2016-11-17 16:58:41 +02:00

View File

@@ -67,6 +67,7 @@ fi
pushd $MONERO_DIR/build/release/src/wallet
make version -C ../..
make -j$CPU_CORE_COUNT
make install -j$CPU_CORE_COUNT
popd