projects
/
qscintilla2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2e4cc
)
Fix sip_file path detection
author
Scott Kitterman
<scott@kitterman.com>
Fri, 15 Dec 2017 19:05:22 +0000
(14:05 -0500)
committer
Scott Kitterman
<scott@kitterman.com>
Sun, 29 Apr 2018 20:21:06 +0000
(21:21 +0100)
Gbp-Pq: Name 0007-Fix-sip_file-path-detection.patch
Python/configure.py
patch
|
blob
|
history
diff --git
a/Python/configure.py
b/Python/configure.py
index 30a13f0cb0c042796e923998f39d84e22269c007..bf266cbb0674bf229f7767cb567da50ac087ab77 100644
(file)
--- a/
Python/configure.py
+++ b/
Python/configure.py
@@
-1369,7
+1369,7
@@
def _generate_code(target_config, opts, pkg_config, module_config):
sip_file = module_config.get_sip_file(target_config)
head, tail = os.path.split(sip_file)
- while head:
+ while head
!= '/'
:
head, tail = os.path.split(head)
if tail != sip_file: