try again
This commit is contained in:
parent
c384ebd2ce
commit
6dfd0c502a
1 changed files with 4 additions and 4 deletions
|
|
@ -15,10 +15,10 @@ HFILES=dat.h fns.h
|
||||||
|
|
||||||
TARG=rio
|
TARG=rio
|
||||||
|
|
||||||
# should only use lib64 on x86-64, but it should not hurt elsewhere
|
# need to add lib64 when it exists (on x86-64), but
|
||||||
# stupid Darwin complains about the nonexistant directory
|
# Darwin complains about the nonexistant directory
|
||||||
L64=`[ -d $X11/lib64 ] && echo 64`
|
L64=`[ -d $X11/lib64 ] && echo 64; echo`
|
||||||
LDFLAGS=-L$X11/lib$L64 -lXext -lX11
|
LDFLAGS=-L$X11/lib$L64\ -lXext -lX11
|
||||||
|
|
||||||
<$PLAN9/src/mkone
|
<$PLAN9/src/mkone
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue