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
b202cb8f
Commit
b202cb8f
authored
Aug 26, 2014
by
Manuel Günther
Browse files
Removed debug print
parent
e2d18d4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/extension/__init__.py
View file @
b202cb8f
...
...
@@ -542,7 +542,6 @@ class Library (Extension):
To change the compiler, use the ``compiler`` parameter.
"""
self
.
c_target_directory
=
os
.
path
.
join
(
os
.
path
.
realpath
(
build_directory
),
self
.
c_sub_directory
)
print
self
.
c_target_directory
if
not
os
.
path
.
exists
(
self
.
c_target_directory
):
os
.
makedirs
(
self
.
c_target_directory
)
# generate CMakeLists.txt makefile
...
...
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