Skip to content

Commit

Permalink
build(macOS): remove ndk.dir
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdreyer committed Jun 24, 2020
1 parent 47621ea commit b4fa8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ else ifeq ($(shell uname -s),Darwin)
gradle:
/Applications/Android\ Studio.app/Contents/plugins/android/lib/templates/gradle/wrapper/gradlew $(CMD) -p heaps-android-app
gen-local:
echo "sdk.dir=$(HOME)/Library/Android/sdk\nndk.dir=$(HOME)/Library/Android/sdk/ndk/21.3.6528147/" > heaps-android-app/local.properties
echo "sdk.dir=$(HOME)/Library/Android/sdk" > heaps-android-app/local.properties
endif

heaps-world: heaps-world-hl heaps-world-pak
Expand Down

0 comments on commit b4fa8bd

Please sign in to comment.