ruki 5 years ago
parent
commit
a01f885e19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/f/fmt/xmake.lua

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

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