Merge "Fix mac art build" am: f5a50a8b17
am: 290975ca78
Change-Id: Id1c4cb86e9093c55b731fa46ef1eed5b33a64f83
This commit is contained in:
@@ -215,7 +215,7 @@ func (library *libraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Fla
|
|||||||
f = append(f,
|
f = append(f,
|
||||||
"-dynamiclib",
|
"-dynamiclib",
|
||||||
"-single_module",
|
"-single_module",
|
||||||
//"-read_only_relocs suppress",
|
"-read_only_relocs suppress",
|
||||||
"-install_name @rpath/"+libName+flags.Toolchain.ShlibSuffix(),
|
"-install_name @rpath/"+libName+flags.Toolchain.ShlibSuffix(),
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user