Skip to content

Commit 249d956

Browse files
committedJan 14, 2025·
Update build-macos.sh
1 parent 4981d67 commit 249d956

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎script/build-macos.sh

+2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ if [ "$TARGET_ARCH" = "x64" ]; then
1111
HOST_CPU=x86_64
1212
TARGET_CFLAGS="-target x86_64-apple-darwin"
1313
GOARCH=amd64
14+
DEPENDENCY_ARCH="amd64"
1415
else
1516
HOST_CPU=arm64
1617
TARGET_CFLAGS="-target arm64-apple-darwin"
1718
GOARCH=arm64
19+
DEPENDENCY_ARCH="arm64"
1820
fi
1921

2022
if [[ -z "${SOURCE}" ]]; then

0 commit comments

Comments
 (0)
Please sign in to comment.