mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Merge pull request #31 from mmicko/master
Added -static-libgcc and -static-libstdc++ link options to mingw in orde...
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