Fix forming of ivlpp command line.
This commit is contained in:
parent
4c274223cf
commit
cbd353fbb8
|
|
@ -142,7 +142,7 @@ void preprocess(void)
|
|||
|
||||
argument = (char *)malloc(256);
|
||||
|
||||
sprintf(argument, LIBDIR "ivl/ivlpp %s %s -L -o%s %s",
|
||||
sprintf(argument, LIBDIR "/ivl/ivlpp %s %s -L -o%s %s",
|
||||
P_IF_SET(ivlppdefines),
|
||||
P_IF_SET(ivlppincdir),
|
||||
tmpPPfile,
|
||||
|
|
|
|||
Loading…
Reference in New Issue