Merge pull request #37 from tqfx/patch-1

Fix the module filename on mingw
This commit is contained in:
ruki
2024-06-08 22:22:01 +08:00
committed by GitHub

View File

@@ -130,6 +130,10 @@ target("ltui")
add_shflags("-undefined suppress")
end
if is_plat("mingw") then
set_filename("ltui.dll")
end
-- add projects
includes("src/core/curses")
if is_plat("windows") then