Scrub out --sysroot

This commit is contained in:
Jack Nagel 2014-05-12 22:15:33 -05:00
parent 1845b39d41
commit 71c0132a1b

View File

@ -171,7 +171,7 @@ class Cmd
args << "-Wl,-multiply_defined,suppress"
when '-undefineddynamic_lookup'
args << "-Wl,-undefined,dynamic_lookup"
when /^-isysroot/
when /^-isysroot/, /^--sysroot/
# We set the sysroot
enum.next
when '-dylib'