mirror of
https://github.com/rwinkhart/cmutton.git
synced 2026-09-02 15:17:33 -04:00
Use GOOS=ios for iOS
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ clean:
|
|||||||
ios-hw: clean
|
ios-hw: clean
|
||||||
mkdir -p $(BUILD_DIR)
|
mkdir -p $(BUILD_DIR)
|
||||||
CGO_ENABLED=1 \
|
CGO_ENABLED=1 \
|
||||||
GOOS=darwin \
|
GOOS=ios \
|
||||||
GOARCH=arm64 \
|
GOARCH=arm64 \
|
||||||
GOARM64=v8.3,crypto \
|
GOARM64=v8.3,crypto \
|
||||||
SDK=iphoneos \
|
SDK=iphoneos \
|
||||||
@@ -19,7 +19,7 @@ ios-hw: clean
|
|||||||
ios-sim: clean
|
ios-sim: clean
|
||||||
mkdir -p $(BUILD_DIR)
|
mkdir -p $(BUILD_DIR)
|
||||||
CGO_ENABLED=1 \
|
CGO_ENABLED=1 \
|
||||||
GOOS=darwin \
|
GOOS=ios \
|
||||||
GOARCH=arm64 \
|
GOARCH=arm64 \
|
||||||
GOARM64=v8.4,crypto \
|
GOARM64=v8.4,crypto \
|
||||||
SDK=iphonesimulator \
|
SDK=iphonesimulator \
|
||||||
|
|||||||
Reference in New Issue
Block a user