Add missing SWIGSCILAB in wrappers and fix unions test for non-scilab languages
This commit is contained in:
parent
33fba2020b
commit
1fae569960
2 changed files with 8 additions and 18 deletions
|
|
@ -195,6 +195,9 @@ public:
|
|||
/* Output module initialization code */
|
||||
Swig_banner(beginSection);
|
||||
|
||||
Printf(runtimeSection, "\n#define SWIGSCILAB\n");
|
||||
Printf(runtimeSection, "\n");
|
||||
|
||||
// Gateway header source merged with wrapper source in nobuilder mode
|
||||
if (!generateBuilder)
|
||||
startGatewayHeader(gatewayLibraryName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue