* Fixed linking on OS X.
git-svn-id: svn://svn.zoy.org/elk/trunk@200 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
f34143b438
commit
58ffb951b8
|
@ -361,7 +361,7 @@ err:
|
||||||
}
|
}
|
||||||
|
|
||||||
void elk_init_unix_process() {
|
void elk_init_unix_process() {
|
||||||
#ifdef HAVE_UNISTD_H
|
#if defined(HAVE_ENVIRON) && !defined(SYS_DARWIN)
|
||||||
Def_Prim(P_Environ, "unix-environ", 0, 0, EVAL);
|
Def_Prim(P_Environ, "unix-environ", 0, 0, EVAL);
|
||||||
#endif
|
#endif
|
||||||
Def_Prim(P_Exec, "unix-exec", 2, 3, VARARGS);
|
Def_Prim(P_Exec, "unix-exec", 2, 3, VARARGS);
|
||||||
|
|
Loading…
Reference in New Issue