mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
cbcfac8a71
Xcode uses /Applications/Xcode_10.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang by default. buildcache uses a wrapper for clang/clang++ and the action prepends the wrapper to the PATH. But in order to use it, clang needs to be called by its name alone, without full path.