mirror of
https://github.com/frida/tinycc
synced 2024-12-28 07:39:40 +03:00
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
@ -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 New Issue
Block a user