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.
pull/378/head
rcombs 3 years ago
parent 2d16182e7d
commit 3767900860
  1. 4
      configure

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…
Cancel
Save