Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
- Add dependency on mingw-w64-x86_64-pkg-config since the installer
  script depends on it.
  • Loading branch information
acolwell committed Nov 26, 2024
1 parent de45046 commit 7fbd383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ depends=(
"unzip"
"${MINGW_PACKAGE_PREFIX}-firebird"
"${MINGW_PACKAGE_PREFIX}-breakpad-git"
"${MINGW_PACKAGE_PREFIX}-pkgconf"
"${MINGW_PACKAGE_PREFIX}-python-sphinx"
"${MINGW_PACKAGE_PREFIX}-python-sphinx_rtd_theme"
"${MINGW_PACKAGE_PREFIX}-natron-setup"
Expand Down
2 changes: 1 addition & 1 deletion tools/MINGW-packages/windows_pacman_repo_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240717-1
20241126-1

0 comments on commit 7fbd383

Please sign in to comment.