mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Improve stack-trace for ecode symbols.
Fix demangling in stack-trace for mingw builds. Fix all stat calls in windows mingw builds that fail to detect files / dirs when the path ends with a path separator (this is an old bug, as old as I can remember, I thought it was fixed on mingw side but it seems only works for the cross compiled build, windows mingw build was failing catastrophically and never saw it). There was also a very old minor bug in Sys::getProcessPath.
This commit is contained in:
@@ -1593,6 +1593,7 @@ workspace "eepp"
|
||||
build_link_configuration( "ecode", false )
|
||||
filter { "system:windows", "action:not vs*" }
|
||||
buildoptions{ "-Wa,-mbig-obj" }
|
||||
linkoptions { "-Wl,--export-all-symbols" }
|
||||
filter { "system:windows", "action:vs*" }
|
||||
files { "bin/assets/icon/ecode.rc", "bin/assets/icon/ecode.ico" }
|
||||
vpaths { ['Resources/*'] = { "ecode.rc", "ecode.ico" } }
|
||||
|
||||
Reference in New Issue
Block a user