Also parse -Dfoo in libtcc_test_mt
otherwise the -DTCC_ARM_VFP doesn't get through.
This commit is contained in:
parent
8b23662d53
commit
83f822d0cd
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ void parse_args(TCCState *s)
|
|||
*eq = 0;
|
||||
tcc_define_symbol(s, a+2, eq+1);
|
||||
*eq = '=';
|
||||
}
|
||||
} else
|
||||
tcc_define_symbol(s, a+2, NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue