From 3fb543dd2ba8388849cb19b75f7484efe068291e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 28 Oct 2024 21:35:33 +0100 Subject: [PATCH] vagrant: fix macos1012 box, try 2 --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 0dbc25f70..069297921 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -131,6 +131,7 @@ def packages_macos export CFLAGS="-arch $ARCH -isysroot $(xcrun -sdk $SDK --show-sdk-path) -m$SDK-version-min=$DEPLOYMENT_TARGET" ./configure --host=$ARCH-apple-darwin --prefix $(pwd)/artifacts --with-openssl --without-libpsl make -j8 + make install cp artifacts/bin/curl /usr/local/bin/ unset ARCH unset SDK