From e1ff431477a57439343daddbfbe63d86a595c411 Mon Sep 17 00:00:00 2001 From: Ciro Date: Thu, 24 Nov 2022 09:36:40 -0300 Subject: [PATCH] try to make cross-compile m1 --- .github/workflows/macos_arm64_libuv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_arm64_libuv.yml b/.github/workflows/macos_arm64_libuv.yml index f0850e1..2215761 100644 --- a/.github/workflows/macos_arm64_libuv.yml +++ b/.github/workflows/macos_arm64_libuv.yml @@ -11,7 +11,7 @@ jobs: git clone --branch v1.44.2 --recursive https://github.com/libuv/libuv.git cd libuv sh autogen.sh - ./configure --build=x86_64-apple-darwin --host=arm64-apple-macos11 + ./configure --build=x86_64-apple-darwin --target=arm64-apple-macos11 make cd ../ git clone --recursive https://github.com/cirospaciari/socketify.py.git