improve fmt

pull/435/head
ruki 4 years ago
parent d54dda9fe8
commit c802d49ba0
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 4
      packages/f/fmt/xmake.lua

@ -11,7 +11,9 @@ package("fmt")
add_configs("header_only", {description = "Use header only version.", default = false, type = "boolean"})
add_extsources("brew::fmt")
if is_plat("macosx") then
add_extsources("brew::fmt")
end
on_load(function (package)
if package:config("header_only") then

Loading…
Cancel
Save