Skip to content

Commit df0c94f

Browse files
committed
Windows: restore gcc runtime DLLs to copy list (from WinLibs, not bundle)
1 parent 5b04a49 commit df0c94f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

mode/CppMode.jar

31 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

655655
private void checkWindowsDLLs(RunnerListener listener, File binary) throws Exception {
656-
String[] allDlls = { "glfw3.dll", "glew32.dll" };
656+
String[] allDlls = { "glfw3.dll", "glew32.dll", "libgcc_s_seh-1.dll", "libssp-0.dll", "libwinpthread-1.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)