1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[gn build] fix link of libclang_rt.asan_osx_dynamic.dylib if command line tools are not installed

This commit is contained in:
Nico Weber 2020-07-04 20:26:39 -04:00
parent 4b189c5644
commit 00222f480c

View File

@ -43,6 +43,10 @@ config("compiler_defaults") {
"-isysroot",
mac_sdk_path,
]
ldflags += [
"-isysroot",
mac_sdk_path,
]
}
if (host_os != "win") {