aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-02-24 12:03:46 +0200
committerRiccardo Spagni <ric@spagni.net>2017-02-24 12:03:46 +0200
commit2f88c14f5375ec304aeef8dbf4f6ef36f0e1bc81 (patch)
tree11d97449cc173deb409b1b9b41fc0b642945e01e
parentMerge pull request #1789 (diff)
parentMakefile add missing space for target android (diff)
downloadmonero-2f88c14f5375ec304aeef8dbf4f6ef36f0e1bc81.tar.xz
Merge pull request #1790
032fd354 Makefile add missing space for target android (MoroccanMalinois)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd460581d..9344f387c 100644
--- a/Makefile
+++ b/Makefile
@@ -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