linuxdcpp-contributors team mailing list archive
-
linuxdcpp-contributors team
-
Mailing list archive
-
Message #00213
Re: [Question #180170]: SConstruct invalid syntax
Question #180170 on LinuxDC++ changed:
https://answers.launchpad.net/linuxdcpp/+question/180170
Status: Open => Answered
Sergey Basalaev proposed the following answer:
This line should be
env['mode'] = 'debug' if env.get('debug') else 'release'
See also at http://bazaar.launchpad.net/~linuxdcpp-
team/linuxdcpp/1.1/view/head:/SConstruct#L121
--
You received this question notification because you are a member of
LinuxDC++ Contributors, which is an answer contact for LinuxDC++.