diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-04-11 16:38:50 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-04-11 17:03:11 +0200 |
commit | 1d33bf774f7d0248a72529840e155c4716a99851 (patch) | |
tree | 5454e5a8b6559e3114e454193da15253d4ab9af0 /Makefile | |
parent | 10c6f1fe4f530af5c2032ebfce19c4fe29d39642 (diff) | |
download | qtlocation-mapboxgl-1d33bf774f7d0248a72529840e155c4716a99851.tar.gz |
[android] add second pipe character to fix errors detecting nodejs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -496,7 +496,7 @@ style-code: android-style-code # Configuration file for running CMake from Gradle within Android Studio. platform/android/configuration.gradle: - @echo "ext {\n node = '`command -v node | command -v nodejs`'\n npm = '`command -v npm`'\n ccache = '`command -v ccache`'\n}" > $@ + @echo "ext {\n node = '`command -v node || command -v nodejs`'\n npm = '`command -v npm`'\n ccache = '`command -v ccache`'\n}" > $@ define ANDROID_RULES # $1 = arm-v7 (short arch) |