mirror of
https://github.com/frida/tinycc
synced 2024-12-28 23:59:41 +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;
|
*eq = 0;
|
||||||
tcc_define_symbol(s, a+2, eq+1);
|
tcc_define_symbol(s, a+2, eq+1);
|
||||||
*eq = '=';
|
*eq = '=';
|
||||||
}
|
} else
|
||||||
|
tcc_define_symbol(s, a+2, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user