Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
77d8dbc1
Commit
77d8dbc1
authored
Apr 11, 2013
by
doko@ubuntu.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Issue #17086: Search the include and library directories provided by the
compiler.
parent
3218f651
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Misc/NEWS
Misc/NEWS
+3
-0
setup.py
setup.py
+1
-0
No files found.
Misc/NEWS
View file @
77d8dbc1
...
...
@@ -11,6 +11,9 @@ Build
- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).
- Issue #17086: Search the include and library directories provided by the
compiler.
Core and Builtins
-----------------
...
...
setup.py
View file @
77d8dbc1
...
...
@@ -439,6 +439,7 @@ class PyBuildExt(build_ext):
# Ensure that /usr/local is always used
add_dir_to_list
(
self
.
compiler
.
library_dirs
,
'/usr/local/lib'
)
add_dir_to_list
(
self
.
compiler
.
include_dirs
,
'/usr/local/include'
)
self
.
add_gcc_paths
()
self
.
add_multiarch_paths
()
# Add paths specified in the environment variables LDFLAGS and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment