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

Commit f39f182

Browse files
drwashohoffmabc
authored andcommitted
tweak: Restrict build to versions > iOS 10 and 64 bit architectures
1 parent f45a7e7 commit f39f182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ help:
2222

2323
.PHONY: ios_framework
2424
ios_framework: ## Build iOS Framework for mobile
25-
gomobile bind -target=ios -ldflags="-s -w" github.com/OpenBazaar/openbazaar-go/mobile
25+
gomobile bind -target=ios/arm64,ios/amd64 -iosversion=10 -ldflags="-s -w" github.com/OpenBazaar/openbazaar-go/mobile
2626

2727
.PHONY: android_framework
2828
android_framework: ## Build Android Framework for mobile

0 commit comments

Comments
 (0)