rhythmic-morning-87313
04/30/2022, 3:03 AMpython_distribution()
, wheel_config_settings={"--global-option": ["--universal", "false"]},
seems not working. How could I pass such extra bdist_wheel
arguments?enough-analyst-54434
04/30/2022, 3:09 AMrhythmic-morning-87313
04/30/2022, 3:18 AMinvalid command name '0'
error: invalid command 'false'
--universal
is a sole boolean flag which "enable" universal build and is explicitly false if not specifiedbdist_wheel
was recognizing the following arg as another command...enough-analyst-54434
04/30/2022, 4:06 AM