python3.X-config --includes is listing too many directories
Bug #1850049 reported by
Dimitri John Ledkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python2.7 (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
python3.7 (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
python3.8 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
+ python2.7-config --includes
-I/usr/
+ set +x
+ python3.7-config --includes
-I/usr/
+ set +x
+ python3.8-config --includes
-I/usr/
However, given that /usr/include/
... unless of course that will break things. In that case, at least python2.7-config should also print identical duplicate.
To post a comment you must log in.