Skip to content

Commit

Permalink
Merge pull request #37 from tqfx/patch-1
Browse files Browse the repository at this point in the history
Fix the module filename on mingw
  • Loading branch information
waruqi authored Jun 8, 2024
2 parents 85038c2 + e473127 commit b96a16c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b96a16c

Please sign in to comment.