Skip to content

Commit

Permalink
derp: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 2, 2025
1 parent bb2fea9 commit 191f926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2645,7 +2645,7 @@ def bundle_tests() -> None:
tace(spng_encoder_ENABLED, "xpra.codecs.spng.encoder", "spng")
toggle_packages(nvjpeg_encoder_ENABLED or nvjpeg_decoder_ENABLED, "xpra.codecs.nvidia.nvjpeg")
cuda = "cuda"
if nvjpeg_decoder_ENABLED or nvjpeg_decoder_ENABLED:
if nvjpeg_encoder_ENABLED or nvjpeg_decoder_ENABLED:
# try to find a platform specific pkg-config file for cuda:
cuda_arch = f"cuda-{ARCH}"
for pcdir in os.environ.get("PKG_CONFIG_PATH", "/usr/lib/pkgconfig:/usr/lib64/pkgconfig").split(":"):
Expand Down

0 comments on commit 191f926

Please sign in to comment.