Skip to content

Commit c1ee1fd

Browse files
committed
Makefile.Darwin: remove link to libeus from executables, that Debian dislike
1 parent d97942c commit c1ee1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/Makefile.Darwin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ XLIB= -L/opt/local/lib -L/opt/X11/lib -lX11
8282

8383
# specify directories where euslisp's libraries are located.
8484
EUSLIB= -L$(ADLIBDIR)
85-
GLLIB= -L$/opt/X11/lib -lGLU -lGL -lXext -leusgl
85+
GLLIB= -L$/opt/X11/lib -lGLU -lGL -lXext
8686

8787
# POSIX Thread
8888
THREADDEP=mthread_posix.c

0 commit comments

Comments
 (0)