fix pdb install path

pull/1126/head
L 3 years ago
parent 5a230dd46a
commit 7d6dcb624d
No known key found for this signature in database
GPG Key ID: 7B8B11806DB67499
  1. 2
      packages/c/crossguid/xmake.lua

@ -28,7 +28,7 @@ package("crossguid")
import("package.tools.cmake").install(package, configs, {buildir = "build"})
if package:is_plat("windows") then
os.trycp("build/pbd/**.pdb", package:installdir("lib"))
os.trycp("build/pdb/**.pdb", package:installdir("lib"))
end
end)

Loading…
Cancel
Save