mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-12 15:20:20 +00:00
vagrant: fix macos1012 box, try 2
This commit is contained in:
parent
7a2d174d4e
commit
3fb543dd2b
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -131,6 +131,7 @@ def packages_macos
|
||||||
export CFLAGS="-arch $ARCH -isysroot $(xcrun -sdk $SDK --show-sdk-path) -m$SDK-version-min=$DEPLOYMENT_TARGET"
|
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
|
./configure --host=$ARCH-apple-darwin --prefix $(pwd)/artifacts --with-openssl --without-libpsl
|
||||||
make -j8
|
make -j8
|
||||||
|
make install
|
||||||
cp artifacts/bin/curl /usr/local/bin/
|
cp artifacts/bin/curl /usr/local/bin/
|
||||||
unset ARCH
|
unset ARCH
|
||||||
unset SDK
|
unset SDK
|
||||||
|
|
Loading…
Add table
Reference in a new issue