Skip to content

Commit

Permalink
fix: unset Android env var to prevent gomobile error on init
Browse files Browse the repository at this point in the history
Signed-off-by: aeddi <antoine.e.b@gmail.com>
  • Loading branch information
aeddi committed Jun 30, 2021
1 parent ee85f16 commit 9259e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ _write_gen_sum:
ios/Frameworks/Bertybridge.framework: $(bridge_src)
cd .. && $(GO) mod download
cd .. && $(GO) install golang.org/x/mobile/cmd/gobind
cd .. && $(GO) run golang.org/x/mobile/cmd/gomobile init
cd .. && ANDROID_HOME= ANDROID_NDK_HOME= $(GO) run golang.org/x/mobile/cmd/gomobile init
mkdir -p ios/Frameworks
cd .. && \
PATH="$(PATH):`go env GOPATH`/bin" \
Expand Down

0 comments on commit 9259e94

Please sign in to comment.