diff options
Diffstat (limited to 'core/src/xmake/xmake.lua')
| -rw-r--r-- | core/src/xmake/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/xmake.lua b/core/src/xmake/xmake.lua index 15702c808..af0bfd877 100644 --- a/core/src/xmake/xmake.lua +++ b/core/src/xmake/xmake.lua @@ -38,7 +38,7 @@ target("xmake") -- add the common source files add_files("**.c|winos/*.c") - if is_plat("windows", "msys", "cygwin") then + if is_plat("windows", "msys", "mingw", "cygwin") then add_files("winos/*.c") end |
