Skip to content

Commit

Permalink
Update dependencies for Windows build (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Feb 26, 2023
1 parent 5bbaec2 commit dc1c7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def windows_lensfun_compile():
cmake = os.path.abspath('external/cmake-{}-win32-x86/bin/cmake.exe'.format(cmake_version))

# Download vcpkg to build dependencies of lensfun
vcpkg_commit = '2022.08.15'
vcpkg_commit = '2023.02.24'
vcpkg_url = 'https://github.com/Microsoft/vcpkg/archive/{}.zip'.format(vcpkg_commit)
vcpkg_dir = os.path.abspath('external/vcpkg-{}'.format(vcpkg_commit))
vcpkg_bootstrap = os.path.join(vcpkg_dir, 'bootstrap-vcpkg.bat')
Expand Down Expand Up @@ -163,7 +163,7 @@ def windows_lensfun_compile():
dll_runtime_libs = [('lensfun.dll', os.path.join(install_dir, 'bin')),
('glib-2.0-0.dll', vcpkg_bin_dir),
# dependencies of glib
('pcre.dll', vcpkg_bin_dir),
('pcre2-8.dll', vcpkg_bin_dir),
('iconv-2.dll', vcpkg_bin_dir),
('charset-1.dll', vcpkg_bin_dir),
('intl-8.dll', vcpkg_bin_dir),
Expand Down

0 comments on commit dc1c7e5

Please sign in to comment.