zstd: change pkgconfig file name to libzstd.pc (#1077)

pull/1079/head
Chen Yufei 3 years ago committed by GitHub
parent ee14eeb5d4
commit 8199855a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/z/zstd/xmake.lua

@ -12,6 +12,7 @@ package("zstd")
on_install(function (package) on_install(function (package)
io.writefile("xmake.lua", [[ io.writefile("xmake.lua", [[
add_rules("mode.debug", "mode.release", "asm") add_rules("mode.debug", "mode.release", "asm")
add_rules("utils.install.pkgconfig_importfiles", {filename = "libzstd.pc"})
target("zstd") target("zstd")
set_kind("$(kind)") set_kind("$(kind)")
add_files("lib/common/*.c") add_files("lib/common/*.c")

Loading…
Cancel
Save