From 89a09c2e7eb585160a82878505329a74f451985a Mon Sep 17 00:00:00 2001 From: Ciro Date: Thu, 24 Nov 2022 09:51:02 -0300 Subject: [PATCH] try to set host + target on 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 2215761..d574d98 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 --target=arm64-apple-macos11 + ./configure --build=x86_64-apple-darwin --host=arm64-apple-macos11 --target=arm64-apple-macos11 make cd ../ git clone --recursive https://github.com/cirospaciari/socketify.py.git