mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-23 03:02:50 +03:00
ecode: Link against stdc++fs on Linux.
This commit is contained in:
@@ -1310,9 +1310,9 @@ solution "eepp"
|
||||
end
|
||||
if os.is_real("linux") then
|
||||
if _OPTIONS["with-debug-symbols"] then
|
||||
links { "util", "bfd", "dw", "dl" }
|
||||
links { "util", "bfd", "dw", "dl", "stdc++fs" }
|
||||
else
|
||||
links { "util" }
|
||||
links { "util", "stdc++fs" }
|
||||
end
|
||||
end
|
||||
if (os.is_real("windows") or os.is_real("mingw32") or os.is_real("mingw64")) and _OPTIONS["with-debug-symbols"] then
|
||||
|
||||
@@ -1036,7 +1036,7 @@ workspace "eepp"
|
||||
filter { "system:not windows", "system:not haiku" }
|
||||
links { "pthread" }
|
||||
filter "system:linux"
|
||||
links { "util" }
|
||||
links { "util", "stdc++fs" }
|
||||
filter { "system:windows", "options:with-debug-symbols" }
|
||||
links { "dbghelp", "psapi" }
|
||||
filter { "system:windows", "options:with-debug-symbols", "options:cc=mingw" }
|
||||
|
||||
Reference in New Issue
Block a user