Merge "Fix mac art build"

This commit is contained in:
Treehugger Robot
2016-08-26 01:22:07 +00:00
committed by Gerrit Code Review

View File

@@ -215,7 +215,7 @@ func (library *libraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Fla
f = append(f,
"-dynamiclib",
"-single_module",
//"-read_only_relocs suppress",
"-read_only_relocs suppress",
"-install_name @rpath/"+libName+flags.Toolchain.ShlibSuffix(),
)
} else {