Explorar el Código

Fix missing standard libraries from package on mingw

Ivan Savenko hace 1 año
padre
commit
34447fd844
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      CMakeLists.txt

+ 2 - 1
CMakeLists.txt

@@ -740,7 +740,8 @@ if(WIN32)
 				${dep_files}
 				"${CMAKE_SYSROOT}/bin/*.dll" 
 				"${CMAKE_SYSROOT}/lib/*.dll" 
-				"${CONAN_SYSTEM_LIBRARY_LOCATION}/libgcc_s_seh-1.dll"
+				"${CONAN_SYSTEM_LIBRARY_LOCATION}/libgcc_s_dw2-1.dll" # for 32-bit only?
+				"${CONAN_SYSTEM_LIBRARY_LOCATION}/libgcc_s_seh-1.dll" # for 64-bit only?
 				"${CONAN_SYSTEM_LIBRARY_LOCATION}/libstdc++-6.dll")
 	else()
 		file(GLOB dep_files