note that tcc workaround is for bug fixed in tcc now
parent
ab575a4b69
commit
76a5dbe7cb
|
@ -123,6 +123,7 @@ $envsave
|
|||
newenviron[i++]="WRAPPED_OPTIONS=$configstring";
|
||||
|
||||
#ifdef __TINYC__
|
||||
/* old tcc versions do not support modifying environ directly */
|
||||
if (clearenv() != 0) {
|
||||
perror("clearenv");
|
||||
exit(1);
|
||||
|
|
Loading…
Reference in New Issue