scilab: generate builder.sce in currrent dir
This commit is contained in:
parent
3ade8d16dd
commit
4660e693e9
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ public:
|
|||
* ----------------------------------------------------------------------- */
|
||||
|
||||
void createBuilderFile() {
|
||||
String *builderFilename = NewStringf("%sbuilder.sce", SWIG_output_directory());
|
||||
String *builderFilename = NewStringf("builder.sce");
|
||||
builderFile = NewFile(builderFilename, "w", SWIG_output_files());
|
||||
if (!builderFile) {
|
||||
FileErrorDisplay(builderFilename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue