Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 1, 2022
1 parent 80b3ee7 commit 86e49f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion winbuild/build_prepare.py
Expand Up @@ -107,7 +107,8 @@ def cmd_msbuild(
# dependencies, listed in order of compilation
deps = {
"libjpeg": {
"url": SF_PROJECTS + "/libjpeg-turbo/files/2.1.3/libjpeg-turbo-2.1.3.tar.gz/download",
"url": SF_PROJECTS
+ "/libjpeg-turbo/files/2.1.3/libjpeg-turbo-2.1.3.tar.gz/download",
"filename": "libjpeg-turbo-2.1.3.tar.gz",
"dir": "libjpeg-turbo-2.1.3",
"build": [
Expand Down

0 comments on commit 86e49f4

Please sign in to comment.