We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b11fd3 commit 4c6996eCopy full SHA for 4c6996e
SConstruct
@@ -32,7 +32,7 @@ elif os.environ.has_key('BOOST_INCLUDES') and os.environ.has_key('BOOST_LIBS'):
32
env['BOOST_INCLUDES'] = os.environ['BOOST_INCLUDES']
33
env['BOOST_LIBS'] = os.environ['BOOST_LIBS']
34
else:
35
- raise SCons.Errors.UserError, "Neither BOOST_ROOT, nor BOOST_INCLUDES + BOOST_LIBS was set!"
+ raise SCons.Errors.UserError("Neither BOOST_ROOT, nor BOOST_INCLUDES + BOOST_LIBS was set!")
36
37
## Custom OpenSSL
38
if os.environ.has_key('OPENSSL_PATH'):
0 commit comments