2
0
L 3 жил өмнө
parent
commit
7d6dcb624d

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