mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
configure: ensure we use the macOS SDK's metal compiler by default
Apparently on some OS and Xcode versions this can select an iOS SDK, which in turn may fail on the affected versions.
This commit is contained in:
parent
2d16182e7d
commit
3767900860
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -3844,8 +3844,8 @@ host_cc_default="gcc"
|
|||
doxygen_default="doxygen"
|
||||
install="install"
|
||||
ln_s_default="ln -s -f"
|
||||
metalcc_default="xcrun metal"
|
||||
metallib_default="xcrun metallib"
|
||||
metalcc_default="xcrun -sdk macosx metal"
|
||||
metallib_default="xcrun -sdk macosx metallib"
|
||||
nm_default="nm -g"
|
||||
pkg_config_default=pkg-config
|
||||
ranlib_default="ranlib"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue