void-packages/srcpkgs/python3-frozendict/patches/build-py.patch
2021-10-15 21:36:17 -03:00

13 lines
301 B
Diff

diff --git a/setup.py b/setup.py
index 462ee99..c287130 100755
--- a/setup.py
+++ b/setup.py
@@ -157,7 +157,7 @@ common_setup_args = dict(
keywords = keywords,
)
-custom_arg = None
+custom_arg = "py"
if len(argv) > 1 and (argv[1] == "py" or argv[1] == "c_debug"):
custom_arg = argv[1]