Merge "Add --sysroot /dev/null to musl compiles"
This commit is contained in:
@@ -47,6 +47,7 @@ var (
|
||||
"-D_LIBCPP_HAS_MUSL_LIBC",
|
||||
"-DANDROID_HOST_MUSL",
|
||||
"-nostdlibinc",
|
||||
"--sysroot /dev/null",
|
||||
}
|
||||
|
||||
linuxLdflags = []string{
|
||||
@@ -65,6 +66,7 @@ var (
|
||||
linuxMuslLdflags = []string{
|
||||
"-nostdlib",
|
||||
"-lgcc", "-lgcc_eh",
|
||||
"--sysroot /dev/null",
|
||||
}
|
||||
|
||||
// Extended cflags
|
||||
|
Reference in New Issue
Block a user