vlc | branch: master | Marvin Scholz <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
