improve fmt

pull/110/head
ruki 4 years ago
parent 3f10cb1f7c
commit 01c67e56ad
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 1
      packages/f/fmt/xmake.lua

@ -24,7 +24,6 @@ package("fmt")
end)
on_install(function (package)
print("fmt", package:config("cmake"))
if package:config("header_only") and not package:config("cmake") then
os.cp("include/fmt", package:installdir("include"))
return

Loading…
Cancel
Save