Update flags to match make
Change-Id: I8ba24723d5b507fa178255c124b11356719700cb
diff --git a/cc/x86_darwin_host.go b/cc/x86_darwin_host.go
index bed977d..be40933 100644
--- a/cc/x86_darwin_host.go
+++ b/cc/x86_darwin_host.go
@@ -14,7 +14,6 @@
"-fPIC",
"-funwind-tables",
- "-include ${SrcDir}/build/core/combo/include/arch/darwin-x86/AndroidConfig.h",
// Workaround differences in inttypes.h between host and target.
//See bug 12708004.
@@ -52,11 +51,13 @@
darwinX86Ldflags = []string{
"-m32",
"-Wl,-rpath,@loader_path/../lib",
+ "-Wl,-rpath,@loader_path/lib",
}
darwinX8664Ldflags = []string{
"-m64",
"-Wl,-rpath,@loader_path/../lib64",
+ "-Wl,-rpath,@loader_path/lib64",
}
darwinClangCflags = append([]string{