ldflags argument must be a string when using ilib_build (wrong previous commit)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12809 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4d92ed3299
commit
62663c90d2
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ public:
|
|||
if (ldflag != NULL) {
|
||||
Printf(builderCode, "ldflags = \"%s\";\n", ldflag);
|
||||
} else {
|
||||
Printf(builderCode, "ldflags = \"%s\";\n");
|
||||
Printf(builderCode, "ldflags = \"\";\n");
|
||||
}
|
||||
Printf(builderCode, "cflags = [\"-g -I\" + get_absolute_file_path(\"builder.sce\")];\n");
|
||||
if (cflag != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue