Address @joerick's comments

This commit is contained in:
Nicola Soranzo
2019-11-15 02:27:39 +00:00
parent 0e04fafd3a
commit e9fd9eaead
3 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ def main():
repair_command_default = 'delocate-listdeps {wheel} && delocate-wheel -w {dest_dir} {wheel}'
else:
repair_command_default = ''
repair_command = get_option_from_environment('CIBW_REPAIR_COMMAND', platform=platform, default=repair_command_default)
repair_command = get_option_from_environment('CIBW_REPAIR_WHEEL_COMMAND', platform=platform, default=repair_command_default)
environment_config = get_option_from_environment('CIBW_ENVIRONMENT', platform=platform, default='')
if test_extras: