Merge "Set ANDROID_HOST_MUSL for musl builds"
This commit is contained in:
commit
b3c68004af
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ var (
|
|||
|
||||
linuxMuslCflags = []string{
|
||||
"-D_LIBCPP_HAS_MUSL_LIBC",
|
||||
"-DANDROID_HOST_MUSL",
|
||||
"-nostdlibinc",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue