Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.extension
Commits
e89bdfd3
Commit
e89bdfd3
authored
Aug 28, 2014
by
Manuel Günther
Browse files
Added more debug output to chase the Travis build errors on py3 [ci skip]
parent
8bb38e48
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/extension/__init__.py
View file @
e89bdfd3
...
...
@@ -612,6 +612,11 @@ class build_ext(_build_ext):
lib_dirs
=
[
ext
.
c_target_directory
]
include_dirs
=
[
ext
.
c_self_include_directory
]
# DEBUG: print self and ext
print
(
self
,
self
.
__dict__
)
print
(
_build_ext
.
__file__
)
print
(
ext
.
__dict__
)
# set the DEFAULT library path and include path for all other extensions
for
other_ext
in
self
.
extensions
:
if
other_ext
!=
ext
:
...
...
Write
Preview
Supports
Markdown
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