Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Yuck.
authorAugustin Degomme <adegomme@gmail.com>
Mon, 2 Mar 2020 10:52:54 +0000 (11:52 +0100)
committerAugustin Degomme <adegomme@gmail.com>
Mon, 2 Mar 2020 10:52:54 +0000 (11:52 +0100)
tools/cmake/Java.cmake

index 77a9445..3ea59a8 100644 (file)
@@ -132,7 +132,7 @@ if(WIN32)
     # So let's be brutal and copy it in any case (even on non-windows builds) from the location where appveyor provides it.
     # The copy is only expected to work on the appveyor builder, but that's all we need right now
     # since our users are directed to download that file as nightly build.
-    COMMAND ${CMAKE_COMMAND} -E copy_if_different C:/mingw-w64/x86_64-7.2.0-posix-seh-rt_v5-rev1/mingw64/bin/libwinpthread-1.dll ${JAVA_NATIVE_PATH}/libwinpthread-1.dll || true
+    COMMAND ${CMAKE_COMMAND} -E copy_if_different C:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/libwinpthread-1.dll ${JAVA_NATIVE_PATH}/libwinpthread-1.dll || true
     COMMAND ${CMAKE_COMMAND} -E copy_if_different C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/libwinpthread-1.dll  ${JAVA_NATIVE_PATH}/libwinpthread-1.dll || true
   )
 endif()