1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

gn build: Unbreak mac build after r350977

llvm-svn: 351090
This commit is contained in:
Nico Weber 2019-01-14 18:30:35 +00:00
parent 8a58e6a620
commit 836b276e53

View File

@ -137,7 +137,9 @@ unix_toolchain("unix") {
cxx = "$goma_dir/gomacc $cxx"
}
ar = "ar"
if (current_os != "mac") {
ar = "ar"
}
toolchain_args = {
current_os = host_os