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:
@@ -245,7 +245,7 @@ function build_link_configuration( package_name, use_ee_icon )
|
||||
targetname ( package_name .. extension )
|
||||
|
||||
filter { "system:windows", "action:not vs*" }
|
||||
linkoptions { "-static-libgcc", "-static-libstdc++" }
|
||||
linkoptions { "-static-libgcc -static-libstdc++ -Wl,-Bstatic -lstdc++ -lpthread -Wl,-Bdynamic" }
|
||||
|
||||
filter { "system:windows", "action:vs*" }
|
||||
if table.contains( backends, "SDL2" ) then
|
||||
|
||||
Reference in New Issue
Block a user