Allow the verilog program to be specified

It should really work by default though.
This commit is contained in:
Pierre Pronchery 2017-11-09 02:18:07 +01:00
parent 059653b90f
commit fc5ce3b511

View File

@ -666,6 +666,8 @@ static void _targets_vflags(Configure * configure, FILE * fp)
{
String const * p;
if((p = config_get(configure->config, NULL, "verilog")) != NULL)
_makefile_output_variable(fp, "VERILOG", p);
if((p = config_get(configure->config, NULL, "vflags_force")) != NULL)
{
_makefile_print(fp, "%s", "VFLAGSF=");