Skip to content

Commit

Permalink
Simplify rf to f-string
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
hugovk and radarhere committed Mar 7, 2024
1 parent 71018ba commit 35b8030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def cmd_msbuild(
),
],
"headers": [r"png*.h"],
"libs": [rf"libpng{V['LIBPNG_XY']}.lib"],
"libs": [f"libpng{V['LIBPNG_XY']}.lib"],
},
"brotli": {
"url": f"https://github.com/google/brotli/archive/refs/tags/v{V['BROTLI']}.tar.gz",
Expand Down

0 comments on commit 35b8030

Please sign in to comment.