Option -D incorrectly output (linux)
Brought to you by:
jwitters1
I'm not sure if this is true on windows, but when i
try to run the generated swig command on linux I get
syntax errors because there are spaces between the -D
and the option e.g. -D DEBUG should be -DDEBUG. I can
run the command from the command line after editing the
spaces out.