Merge pull request #465

4bcfe63 build libepee if monerod skipped (MoroccanMalinois)
This commit is contained in:
Riccardo Spagni 2017-02-08 12:45:21 +02:00
commit fdc71d2b18
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -219,6 +219,8 @@ if [ "$platform" != "mingw32" ] && [ "$ANDROID" != true ]; then
eval make -j$CPU_CORE_COUNT
eval make install -j$CPU_CORE_COUNT
popd
else
eval make -C $MONERO_DIR/build/release/contrib/epee all install
fi
# unbound is one more dependency. can't be merged to the wallet_merged