Commit 3574fe08 authored by Claes Sjofors's avatar Claes Sjofors

wb_cmd, command 'compile' didn't do anything

parent d6f5954b
......@@ -1081,6 +1081,7 @@ static int gcg_cc(
// pwrc: don't redirect output
sprintf( cmd, "%s %d %ld %s %d %s %s %s",
fname, gcg_debug, filetype, p1, os, p2, p3, systemname);
sts = system( cmd);
}
else {
sprintf( cmd, "%s %d %ld %s %d %s %s %s 2> %s",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment