mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Force static linking with MinGW.
This commit is contained in:
@@ -489,6 +489,7 @@ function toolchain(_buildDir, _libDir)
|
||||
}
|
||||
linkoptions {
|
||||
"-Wl,--gc-sections",
|
||||
"-static",
|
||||
"-static-libgcc",
|
||||
"-static-libstdc++",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user