Map missing simulator platform
Signed-off-by: Davide De Rosa <keeshux@gmail.com>
This commit is contained in:
parent
2fec12a6e1
commit
6e6187bfe4
|
@ -20,6 +20,7 @@ GOARCH_arm64 := arm64
|
||||||
GOARCH_x86_64 := amd64
|
GOARCH_x86_64 := amd64
|
||||||
GOOS_macosx := darwin
|
GOOS_macosx := darwin
|
||||||
GOOS_iphoneos := ios
|
GOOS_iphoneos := ios
|
||||||
|
GOOS_iphonesimulator := ios
|
||||||
|
|
||||||
build: $(DESTDIR)/libwg-go.a
|
build: $(DESTDIR)/libwg-go.a
|
||||||
version-header: $(DESTDIR)/wireguard-go-version.h
|
version-header: $(DESTDIR)/wireguard-go-version.h
|
||||||
|
|
Loading…
Reference in New Issue