Add linux pacman add_extsources for utfcpp (#860)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent 94470ca66a
commit ecc0f93a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/u/utfcpp/xmake.lua

@ -9,7 +9,7 @@ package("utfcpp")
"https://github.com/nemtrif/utfcpp.git")
add_versions("v3.2.1", "8d6aa7d77ad0abb35bb6139cb9a33597ac4c5b33da6a004ae42429b8598c9605")
add_extsources("apt::libutfcpp-dev")
add_extsources("apt::libutfcpp-dev", "pacman::utf8cpp")
add_deps("cmake")
on_install(function (package)

Loading…
Cancel
Save