pmt: fix syntax
This commit is contained in:
@@ -28,7 +28,7 @@ OS := $(shell uname)
|
|||||||
CUR_DIR := $(shell pwd)
|
CUR_DIR := $(shell pwd)
|
||||||
|
|
||||||
# NDK config
|
# NDK config
|
||||||
$(shell err() { echo "$1" && exit 1 })
|
$(shell export err() { echo "$1" && exit 1; })
|
||||||
$(shell [ -d ../android-ndk ] || err "error: ndk not found")
|
$(shell [ -d ../android-ndk ] || err "error: ndk not found")
|
||||||
NDK_DIR := $(shell cd ../android-ndk && pwd && cd -)
|
NDK_DIR := $(shell cd ../android-ndk && pwd && cd -)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user