[vlc-commits] contrib: explicitly request macOS SDK

Marvin Scholz git at videolan.org
Mon Jan 11 15:34:22 UTC 2021


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Mon Jan 11 16:33:03 2021 +0100| [574699c645904ae747a79108c9cc9fb656e15409] | committer: Marvin Scholz

contrib: explicitly request macOS SDK

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=574699c645904ae747a79108c9cc9fb656e15409
---

 contrib/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/bootstrap b/contrib/bootstrap
index b65ea5788b..e395a02652 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -219,7 +219,7 @@ check_ios_sdk()
 check_macosx_sdk()
 {
 	if [ -z "$SDKROOT" ]; then
-		SDKROOT=$(xcrun --show-sdk-path)
+		SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
 		echo "SDKROOT not specified, assuming $SDKROOT"
 	fi
 



More information about the vlc-commits mailing list