From 36660bcf380668412a79ca06c373b8af1cd24e04 Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Fri, 14 Jun 2024 21:52:51 +0300 Subject: [PATCH] Add osx options again. --- sh/build_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/build_native.sh b/sh/build_native.sh index cf1dbf7..d4fb8a6 100755 --- a/sh/build_native.sh +++ b/sh/build_native.sh @@ -16,7 +16,7 @@ fi if [ -z "$ARCHS" ] then - ARCHS="linux-arm linux-arm64 linux-x64 win-x64 win-x86" + ARCHS="linux-arm linux-arm64 linux-x64 win-x64 win-x86 osx-arm64 osx-x64" fi if [ -z "$DST" ]