Browse Source

vagrant: fix macos1012 box, try 2

Thomas Waldmann 7 tháng trước cách đây
mục cha
commit
3fb543dd2b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Vagrantfile

+ 1 - 0
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