mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Some mingw build fixes for my local build.
This commit is contained in:
@@ -1319,6 +1319,11 @@ solution "eepp"
|
||||
buildoptions{ "/bigobj" }
|
||||
end
|
||||
|
||||
if os.is("windows") and not is_vs() then
|
||||
buildoptions{ "-Wa,-mbig-obj" }
|
||||
linkoptions { "-Wl,--export-all-symbols" }
|
||||
end
|
||||
|
||||
project "SheenBidi-static"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
|
||||
Reference in New Issue
Block a user