Commit f89d9b2f authored by Brendon Justin's avatar Brendon Justin Committed by Jean-Baptiste Kempf

macosx: Really use specified SDK in build.sh

Sets the SDK in addition to minimum deployment target.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 09c815ed
......@@ -138,7 +138,8 @@ if [ "${vlcroot}/configure" -nt Makefile ]; then
${vlcroot}/extras/package/macosx/configure.sh \
--build=$TRIPLET \
--host=$TRIPLET \
--with-macosx-version-min=$OSX_VERSION > $out
--with-macosx-version-min=$OSX_VERSION \
--with-macosx-sdk=/Developer/SDKs/MacOSX$OSX_VERSION.sdk > $out
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment