Skip to content

Commit ced0569

Browse files
committed
Fix apple platform builds
1 parent b0385d2 commit ced0569

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ TARGET_FLAG = $(if $(TARGET),--target=$(TARGET),)
44
build:
55
go run -v ./cmd/build-naive build $(TARGET_FLAG)
66
go run -v ./cmd/build-naive package --local $(TARGET_FLAG)
7+
go run -v ./cmd/build-naive package $(TARGET_FLAG)
8+
9+
apple:
10+
TARGET="ios/arm64,ios/arm64/simulator,ios/amd64/simulator,tvos/arm64,tvos/arm64/simulator,tvos/amd64/simulator,darwin/arm64,darwin/amd64" make
711

812
generate_net_errors:
913
go run ./cmd/build-naive generate-net-errors

naiveproxy

0 commit comments

Comments
 (0)