Python package: add backup BINDIR setting (#30408)

This commit is contained in:
Adam J. Stewart 2022-05-04 12:50:18 -05:00 committed by GitHub
parent 250d5d2c00
commit b7f33fb393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -943,6 +943,7 @@ def config_vars(self):
version = self.version.up_to(2)
config = {
# get_config_vars
'BINDIR': self.prefix.bin,
'CC': 'cc',
'CXX': 'c++',
'INCLUDEPY': self.prefix.include.join('python{}').format(version),