unset ANDROID_NDK_HOME in makefile

This commit is contained in:
eyedeekay
2025-02-08 18:32:18 -05:00
parent 0e2175d44e
commit c4e8885653

View File

@@ -1,4 +1,5 @@
HERE=$(shell pwd) HERE=$(shell pwd)
ANDROID_NDK_HOME=""
bin: fmt bin: fmt
go build ./... go build ./...