1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-12 07:08:47 +00:00

vagrant: fix macos1012 box, try 2

This commit is contained in:
Thomas Waldmann 2024-10-28 21:35:33 +01:00
parent 7a2d174d4e
commit 3fb543dd2b
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

1
Vagrantfile vendored
View file

@ -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