Skip to content

Commit

Permalink
temporarily hard code hostarch
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Aug 21, 2023
1 parent d65c618 commit 09596bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ifdef ANDROID_TARGET
CI_MAYBE_TARGET=$(ANDROID_TARGET)
NDK=$(ANDROID_NDK_HOME)
LOADABLE_EXTENSION=so
# NDK_HOSTARCH = linux-x86_64
NDK_HOSTARCH=darwin-x86_64
NDK_HOSTARCH=linux-x86_64
# NDK_HOSTARCH=darwin-x86_64
CC=$(NDK)/toolchains/llvm/prebuilt/$(NDK_HOSTARCH)/bin/clang
rs_ndk=ndk -t $(ANDROID_TARGET)
# unset rs target?
Expand Down

0 comments on commit 09596bf

Please sign in to comment.