mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add x11 include
This commit is contained in:
parent
6c0209f6f0
commit
031c900094
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ echo 'WSYSTYPE='$WSYSTYPE
|
|||
echo 'X11='$X11
|
||||
|
||||
if [ WSYSTYPE = x11 ]; then
|
||||
echo 'CFLAGS=$CFLAGS -I$X11/include'
|
||||
echo 'HFILES=$HFILES $XHFILES'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue