-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid header path when
--root
is set
When we invoke setuptools with a `--root`, the header directory we take from the Scheme object already contains the root as a prefix. Passing both `--root` and `--install-headers` will result in setuptools adding the root prefix twice in the header path. As the Scheme object already has all directories relative to `--root`, we can pass these separately with the `--install-*` setuptools arguments and drop the `--root` argument.
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters