mirror of
https://github.com/rehlds/metamod-r.git
synced 2024-12-26 06:35:33 +03:00
Add link statically with libstdc++
This commit is contained in:
parent
f2b842b795
commit
572fb968e0
@ -27,6 +27,7 @@ rootProject.ext.createIccConfig = { boolean release, BinaryKind binKind ->
|
||||
stripSymbolTable: true,
|
||||
staticLibGcc: true,
|
||||
staticIntel: true,
|
||||
staticLibStdCpp: true,
|
||||
),
|
||||
|
||||
librarianOptions: new GccToolchainConfig.LibrarianOptions(
|
||||
@ -55,6 +56,7 @@ rootProject.ext.createIccConfig = { boolean release, BinaryKind binKind ->
|
||||
stripSymbolTable: false,
|
||||
staticLibGcc: true,
|
||||
staticIntel: true,
|
||||
staticLibStdCpp: true,
|
||||
),
|
||||
|
||||
librarianOptions: new GccToolchainConfig.LibrarianOptions(
|
||||
|
Loading…
Reference in New Issue
Block a user