From 71c0132a1bfa18ed1174459301d5c299d481c105 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 12 May 2014 22:15:33 -0500 Subject: [PATCH] Scrub out --sysroot --- Library/ENV/4.3/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index ea0afd4251..a67aae02a4 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -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'