Skip to content

Commit 6e6187b

Browse files
committed
Map missing simulator platform
Signed-off-by: Davide De Rosa <[email protected]>
1 parent 2fec12a commit 6e6187b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/WireGuardKitGo/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ GOARCH_arm64 := arm64
2020
GOARCH_x86_64 := amd64
2121
GOOS_macosx := darwin
2222
GOOS_iphoneos := ios
23+
GOOS_iphonesimulator := ios
2324

2425
build: $(DESTDIR)/libwg-go.a
2526
version-header: $(DESTDIR)/wireguard-go-version.h

0 commit comments

Comments
 (0)