2
0

Switch linux build of libmpw to debian for glibc instead of musl libc.

This commit is contained in:
Maarten Billemont
2018-08-01 20:13:42 -04:00
parent 00744cb264
commit c94ff429e8
5 changed files with 18 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ library {
}
withType( GccCompatibleToolChain ) {
eachPlatform {
cppCompiler.withArguments { addAll( ['-x', 'c', '-static', '-O3', '-Werror', '-DMPW_SODIUM=1'] ) }
cppCompiler.withArguments { addAll( ['-x', 'c', '-O3', '-Werror', '-DMPW_SODIUM=1'] ) }
}
}
}