Loading cc/stl.go +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ func (stl *stl) begin(ctx BaseModuleContext) { } if ctx.useSdk() && ctx.Device() { switch s { case "": case "", "system": return "ndk_system" case "c++_shared", "c++_static": return "ndk_lib" + s Loading Loading
cc/stl.go +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ func (stl *stl) begin(ctx BaseModuleContext) { } if ctx.useSdk() && ctx.Device() { switch s { case "": case "", "system": return "ndk_system" case "c++_shared", "c++_static": return "ndk_lib" + s Loading