Skip to content

Commit

Permalink
Revert "windows: bump ICU deps to 73"
Browse files Browse the repository at this point in the history
This reverts commit 1306fa6.
  • Loading branch information
mcallegari committed Aug 28, 2023
1 parent 5835311 commit 254882f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions platforms/windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ set(msys_path "${INSTALLROOT}/${LIBSDIR}")
set(msys_files "${SYS_LIBS_PATH}/libstdc++-6.dll"
"${SYS_LIBS_PATH}/libgcc_s_dw2-1.dll"
"${SYS_LIBS_PATH}/libwinpthread-1.dll"
"${SYS_LIBS_PATH}/libicuin73.dll"
"${SYS_LIBS_PATH}/libicuuc73.dll"
"${SYS_LIBS_PATH}/libicudt73.dll"
"${SYS_LIBS_PATH}/libicuin72.dll"
"${SYS_LIBS_PATH}/libicuuc72.dll"
"${SYS_LIBS_PATH}/libicudt72.dll"
"${SYS_LIBS_PATH}/libmd4c.dll"
"${SYS_LIBS_PATH}/libusb-1.0.dll")
install(FILES ${msys_files} DESTINATION ${msys_path})
Expand Down
6 changes: 3 additions & 3 deletions platforms/windows/windows.pro
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ msys.path = $$INSTALLROOT/$$LIBSDIR
msys.files += $$SYS_LIBS_PATH/libstdc++-6.dll
msys.files += $$SYS_LIBS_PATH/libgcc_s_dw2-1.dll
msys.files += $$SYS_LIBS_PATH/libwinpthread-1.dll
msys.files += $$SYS_LIBS_PATH/libicuin73.dll
msys.files += $$SYS_LIBS_PATH/libicuuc73.dll
msys.files += $$SYS_LIBS_PATH/libicudt73.dll
msys.files += $$SYS_LIBS_PATH/libicuin72.dll
msys.files += $$SYS_LIBS_PATH/libicuuc72.dll
msys.files += $$SYS_LIBS_PATH/libicudt72.dll
msys.files += $$SYS_LIBS_PATH/libmd4c.dll
msys.files += $$SYS_LIBS_PATH/libusb-1.0.dll

Expand Down

0 comments on commit 254882f

Please sign in to comment.