Skip to content

Commit a5d2aa8

Browse files
committed
Windows: add libssp-0.dll to runtime DLL copy list
1 parent 0887895 commit a5d2aa8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

mode/CppMode.jar

10 Bytes
Binary file not shown.

src/java/CppBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ private boolean windowsLibsNowPresent(java.util.List<String> searchDirs, String[
653653

654654
private void checkWindowsDLLs(RunnerListener listener, File binary) throws Exception {
655655
String[] allDlls = { "glfw3.dll", "glew32.dll",
656-
"libgcc_s_seh-1.dll", "libstdc++-6.dll", "libwinpthread-1.dll" };
656+
"libgcc_s_seh-1.dll", "libstdc++-6.dll", "libwinpthread-1.dll", "libssp-0.dll" };
657657
String[] required = { "glfw3.dll", "glew32.dll" };
658658

659659
// Bundled DLLs are in libs/windows-x64 -- copy them next to the binary

0 commit comments

Comments
 (0)