Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Remove arch requirement on make ios_framework task
Browse files Browse the repository at this point in the history
Allows x86_64 targets to be built as expected by xcode linking, which
fails otherwise.
  • Loading branch information
placer14 committed Oct 26, 2018
1 parent c391b7b commit 7f4c1fd
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 @@ -3,7 +3,7 @@
##

ios_framework:
gomobile bind -target=ios/arm64 github.com/OpenBazaar/openbazaar-go/mobile
gomobile bind -target=ios github.com/OpenBazaar/openbazaar-go/mobile

android_framework:
gomobile bind -target=android github.com/OpenBazaar/openbazaar-go/mobile
Expand Down

0 comments on commit 7f4c1fd

Please sign in to comment.