mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
s/pty.h/util.h on macosx (fixes issue #558)
This commit is contained in:
parent
8ea1852ac1
commit
c7d2638fbc
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
|
|
||||||
(c-system-include "pty.h")
|
(cond-expand
|
||||||
|
(macosx (c-system-include "util.h"))
|
||||||
|
(else (c-system-include "pty.h")))
|
||||||
(c-system-include "utmp.h")
|
(c-system-include "utmp.h")
|
||||||
|
|
||||||
(c-link "util")
|
(c-link "util")
|
||||||
|
|
Loading…
Add table
Reference in a new issue