Simplify rf to f-string

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2024-03-07 13:39:27 +02:00 committed by GitHub
parent 71018badc0
commit 35b803091b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,7 +255,7 @@ DEPS = {
),
],
"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",