Bugs item #3414269, was opened at 2011-09-27 02:01
Message generated for change (Settings changed) made by veplaini
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=564599&aid=3414269&group_id=81968
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: language bindings
Group: csound5
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: memeplex (memeplex)
Assigned to: Victor Lazzarini (veplaini)
Summary: Honour buildLuaWrapper for CsoundAC
Initial Comment:
if luaFound:
luaCsoundACWrapperEnvironment = acWrapperEnvironment.Clone()
in SConstruct should be
if luaFound and commonEnvironment['buildLuaWrapper']
because if buildLuaWrapper was disabled I don't think building the wrapper for CsoundAC is the right thing to do.
This is for version 5.13.
----------------------------------------------------------------------
Comment By: Victor Lazzarini (veplaini)
Date: 2011-10-16 22:31
Message:
I changed this. Thanks for reporting.
----------------------------------------------------------------------
Comment By: memeplex (memeplex)
Date: 2011-09-27 02:20
Message:
Sorry commonEnvironment['buildLuaWrapper'] != '0' cause it's a str.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=564599&aid=3414269&group_id=81968
|