Browse Source

improve mingw-w64

ruki 2 years ago
parent
commit
041f792caf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/m/mingw-w64/xmake.lua

+ 1 - 1
packages/m/mingw-w64/xmake.lua

@@ -19,7 +19,7 @@ package("mingw-w64")
             local mingw = import("detect.sdks.find_mingw")()
             if mingw then
                 package:addenv("PATH", mingw.bindir)
-                return true
+                return mingw
             end
         end
     end)