Merge pull request #1790

032fd354 Makefile add missing space for target android (MoroccanMalinois)
getblocktemplate-height
Riccardo Spagni 7 years ago
commit 2f88c14f53
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -78,7 +78,7 @@ release-static-linux-armv7:
release-static-android:
mkdir -p build/release
cd build/release && cmake -D BUILD_TESTS=OFF -D ARCH="armv7-a" -D STATIC=ON -D BUILD_64=OFF -D CMAKE_BUILD_TYPE=release -D ANDROID=true -D INSTALL_VENDORED_LIBUNBOUND=ON -D BUILD_TAG="android"../.. && $(MAKE)
cd build/release && cmake -D BUILD_TESTS=OFF -D ARCH="armv7-a" -D STATIC=ON -D BUILD_64=OFF -D CMAKE_BUILD_TYPE=release -D ANDROID=true -D INSTALL_VENDORED_LIBUNBOUND=ON -D BUILD_TAG="android" ../.. && $(MAKE)
release-static-linux-armv8:
mkdir -p build/release

Loading…
Cancel
Save