We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74d40f commit 9b96b4eCopy full SHA for 9b96b4e
build.ps1
@@ -477,6 +477,7 @@ try
477
478
# cef_binary_3.y.z_windows32\out\debug\lib -> cef\win32\debug\vs2019
479
Copy-Item $CefArchDir\libcef_dll_wrapper\$Configuration\libcef_dll_wrapper.lib $Cef\$Arch\$Configuration\$VisualStudioVersion | Out-Null
480
+ Copy-Item $CefArchDir\libcef_dll_wrapper\$Configuration\libcef_dll_wrapper.pdb $Cef\$Arch\$Configuration\$VisualStudioVersion | Out-Null
481
482
# cef_binary_3.y.z_windows32\debug -> cef\win32\debug
483
Copy-Item $CefArchDir\$Configuration\libcef.lib $Cef\$Arch\$Configuration | Out-Null
0 commit comments