Commit dd051aac authored by Andrew Twyman's avatar Andrew Twyman

Allow use of ANDROID_NDK_HOME

parent c9054c88
#
# Environment variables for overriding default behavior.
#
ifndef ANDROID_NDK_HOME
ANDROID_NDK_HOME = $(abspath $(dir $(realpath $(shell which ndk-build))))
endif
#
# Global targets.
#
all: djinni example_ios example_android example_localhost test all: djinni example_ios example_android example_localhost test
clean: clean:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment