From 76a5dbe7cbc4e1f016752e4aa1445052c0b4a3ef Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 May 2010 18:41:55 -0400 Subject: note that tcc workaround is for bug fixed in tcc now --- IkiWiki/Wrapper.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/Wrapper.pm') diff --git a/IkiWiki/Wrapper.pm b/IkiWiki/Wrapper.pm index 3f3e63ca6..73f0896e8 100644 --- a/IkiWiki/Wrapper.pm +++ b/IkiWiki/Wrapper.pm @@ -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); -- cgit v1.2.3