Add linux pacman add_extsources for fmt (#873)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent 6512efb510
commit 8fea26c2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/f/fmt/xmake.lua

@ -17,6 +17,10 @@ package("fmt")
add_extsources("brew::fmt")
end
if is_plat("linux") then
add_extsources("pacman::fmt")
end
on_load(function (package)
if package:config("header_only") then
package:add("defines", "FMT_HEADER_ONLY=1")

Loading…
Cancel
Save