Modified to make the default M2 compiler name definable at compile time
This commit is contained in:
@@ -74,7 +74,7 @@ getwdir(fn)
|
||||
static struct file_list *arglist;
|
||||
|
||||
char *mflags = "";
|
||||
char *compiler = "m2";
|
||||
char *compiler = M2COMPILER;
|
||||
char *suff = "o";
|
||||
char *llibs = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user