Skip to content

Commit

Permalink
configure: ensure we use the macOS SDK's metal compiler by default
Browse files Browse the repository at this point in the history
Apparently on some OS and Xcode versions this can select an iOS SDK,
which in turn may fail on the affected versions.
  • Loading branch information
rcombs committed Dec 23, 2021
1 parent 2d16182 commit 3767900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3767900

Please sign in to comment.