Use CFLAG for LFLAGS instead of the nonexistent CFLAGS.
This commit is contained in:
parent
c621fe6685
commit
897dfd4eaa
@ -30,7 +30,7 @@ $ofile='-o ';
|
||||
|
||||
# EXE linking stuff
|
||||
$link='${CC}';
|
||||
$lflags='${CFLAGS}';
|
||||
$lflags='${CFLAG}';
|
||||
$efile='-o ';
|
||||
$exep='';
|
||||
$ex_libs="";
|
||||
|
Loading…
Reference in New Issue
Block a user