Skip to content

Commit

Permalink
#3978 cythonize client authentication modules
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 26, 2024
1 parent e85ed5f commit 2a02619
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 @@ -2697,7 +2697,7 @@ def ax(base):
ace(mod)
if client_ENABLED:
ax("xpra.client.base")
if client_ENABLED:
ax("xpra.client.auth")
if opengl_ENABLED:
ax("xpra.client.gl")
if gtk3_ENABLED:
Expand Down

0 comments on commit 2a02619

Please sign in to comment.