Map missing simulator platform

Signed-off-by: Davide De Rosa <keeshux@gmail.com>
This commit is contained in:
Davide De Rosa 2022-03-17 16:14:40 +01:00
parent 2fec12a6e1
commit 6e6187bfe4
1 changed files with 1 additions and 0 deletions

View File

@ -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