-
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for native libraries that are installed but not on path (#50
) * Add support for native libraries that are installed but not on path At least on macOS, installing up-to-date versions of several libraries via a third party package manager such as Homebrew may interfere with the rather old and tired version shipped with macOS. Consequently, Homebrew does not add these libraries to the include and linker paths. This change adds a configuration option to derive the correct arguments for CPython's configure script. Adding support for other package managers and operating systems should be trivial, since only two lines are macOS-specific. * Update documentation for new pkg_only configuration file entry Leave actual value blank, so that the example, if directly reused, does not break build for Linux and Windows. Also document actual, working value for macOS.
- Loading branch information
Showing
3 changed files
with
51 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ James Abbatiello <[email protected]> | |
Jeffrey Yasskin <[email protected]> | ||
Maciej Fijalkowski | ||
Reid Klecker <[email protected]> | ||
Robert Grimm | ||
Skip Montanaro | ||
Stefan Behnel | ||
Thomas Wouters <[email protected]> | ||
|
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