Browse Source

fix pdb install path

L 3 years ago
parent
commit
7d6dcb624d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/c/crossguid/xmake.lua

+ 1 - 1
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)