try again at x86-64
This commit is contained in:
parent
6987199d12
commit
c384ebd2ce
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ HFILES=dat.h fns.h
|
||||||
TARG=rio
|
TARG=rio
|
||||||
|
|
||||||
# should only use lib64 on x86-64, but it should not hurt elsewhere
|
# should only use lib64 on x86-64, but it should not hurt elsewhere
|
||||||
LDFLAGS=-L$X11/lib64 -L$X11/lib -lXext -lX11
|
# stupid Darwin complains about the nonexistant directory
|
||||||
|
L64=`[ -d $X11/lib64 ] && echo 64`
|
||||||
|
LDFLAGS=-L$X11/lib$L64 -lXext -lX11
|
||||||
|
|
||||||
<$PLAN9/src/mkone
|
<$PLAN9/src/mkone
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue