We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b34e1 commit 09feccaCopy full SHA for 09fecca
config.sh
@@ -39,7 +39,8 @@ function pre_build {
39
brew info ffmpeg
40
echo '-----------------'
41
42
- export MACOSX_DEPLOYMENT_TARGET=10.7
+ MACOS_SDK_PATH=`xcrun --sdk macosx --show-sdk-path`
43
+ export CXXFLAGS="-stdlib=libc++ -isysroot ${MACOS_SDK_PATH} -mmacosx-version-min=10.7"
44
45
else
46
echo "Running for linux"
0 commit comments