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 51532a524e
commit 0d039525df
1 changed files with 3 additions and 1 deletions

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