makefile: use default nix shell for building android
Otherwise `watchman` utility is unavailable for MacOS. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5d9a29b3c8
commit
e2fabd2386
1
Makefile
1
Makefile
|
@ -200,7 +200,6 @@ build-fdroid: export ANDROID_ABI_INCLUDE = armeabi-v7a;arm64-v8a;x86;x86_64
|
||||||
build-fdroid: ##@build Build release for F-Droid
|
build-fdroid: ##@build Build release for F-Droid
|
||||||
@scripts/build-android.sh
|
@scripts/build-android.sh
|
||||||
|
|
||||||
build-android: SHELL := /bin/sh
|
|
||||||
build-android: export BUILD_ENV ?= prod
|
build-android: export BUILD_ENV ?= prod
|
||||||
build-android: export BUILD_TYPE ?= nightly
|
build-android: export BUILD_TYPE ?= nightly
|
||||||
build-android: export BUILD_NUMBER ?= $(TMP_BUILD_NUMBER)
|
build-android: export BUILD_NUMBER ?= $(TMP_BUILD_NUMBER)
|
||||||
|
|
Loading…
Reference in New Issue