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
commit f5a50a8b17
1 changed files with 1 additions and 1 deletions

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 {