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:
parent
4b189c5644
commit
00222f480c
@ -43,6 +43,10 @@ config("compiler_defaults") {
|
||||
"-isysroot",
|
||||
mac_sdk_path,
|
||||
]
|
||||
ldflags += [
|
||||
"-isysroot",
|
||||
mac_sdk_path,
|
||||
]
|
||||
}
|
||||
|
||||
if (host_os != "win") {
|
||||
|
Loading…
Reference in New Issue
Block a user