Skip to content
Snippets Groups Projects
Commit 2b1f0368 authored by Amorilia's avatar Amorilia
Browse files

ok, now swig detection works!

parent 71ae7500
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,10 @@ else:
env = Environment(ENV = os.environ)
# TODO: detect SWIG
#if *** not swig ***:
if False:
# detect SWIG
try:
env['SWIG']
except KeyError:
print """
Error: SWIG not found.
Please install SWIG, as we need it to create the python wrapper.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment