note that tcc workaround is for bug fixed in tcc now

master
Joey Hess 2010-05-04 18:41:55 -04:00
parent ab575a4b69
commit 76a5dbe7cb
1 changed files with 1 additions and 0 deletions

View File

@ -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);