mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
mingw build: removed libwinpthread-1 dependency.
This commit is contained in:
@@ -366,7 +366,7 @@ end
|
||||
function add_cross_config_links()
|
||||
if not is_vs() then
|
||||
if os.is_real("mingw32") or os.is_real("mingw64") or os.is_real("windows") or os.is_real("ios") then -- if is crosscompiling from *nix
|
||||
linkoptions { "-static-libgcc", "-static-libstdc++" }
|
||||
linkoptions { "-static-libgcc -static-libstdc++ -Wl,-Bstatic -lstdc++ -lpthread -Wl,-Bdynamic" }
|
||||
end
|
||||
|
||||
if os.is_real("mingw32") or os.is_real("mingw64") then
|
||||
|
||||
Reference in New Issue
Block a user