mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Added -static-libgcc and -static-libstdc++ link options to mingw in order to make it independent from mingw dll's
This commit is contained in:
@@ -390,6 +390,8 @@ function toolchain(_buildDir, _libDir)
|
||||
}
|
||||
linkoptions {
|
||||
"-Wl,--gc-sections",
|
||||
"-static-libgcc",
|
||||
"-static-libstdc++",
|
||||
}
|
||||
|
||||
configuration { "x32", "mingw-gcc" }
|
||||
|
||||
Reference in New Issue
Block a user