ruki 5 年之前
父节点
当前提交
a01f885e19
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/f/fmt/xmake.lua

+ 1 - 1
packages/f/fmt/xmake.lua

@@ -20,7 +20,7 @@ package("fmt")
         end
     end)
     
-    on_install("windows", function (package)
+    on_install(function (package)
         if package:config("header_only") then
             os.cp("include/fmt", package:installdir("include"))
             return