Skip to content

Commit

Permalink
Merge pull request #3094 from ntenney/pip_fix
Browse files Browse the repository at this point in the history
Pip fix
  • Loading branch information
craig8 authored Aug 17, 2023
2 parents 1c7e490 + b1f3794 commit 67f6205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def update(operation, verbose=None, offline=False, optional_requirements=[], rab
# option_requirements contains wheel as first entry

# Build option_requirements separately to pass install options
build_option = '--build-option' if wheeling else '--install-option'
build_option = '--build-option' if wheeling else '--config-settings'

for requirement, options in option_requirements:
args = []
Expand Down

0 comments on commit 67f6205

Please sign in to comment.