Skip to content

Commit 040b2e1

Browse files
committed
update linux
1 parent d8c541f commit 040b2e1

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

219 KB
Binary file not shown.
121 KB
Binary file not shown.

lib/scheme/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ OBJS = main.o
1010
PLATFORM=
1111
BITS =$(shell getconf LONG_BIT)
1212

13-
LIBS =-L../libscm -lscm -lm
13+
LIBS =-L../libscm -lscm -lm -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu/
1414
CFLAGS = -Wall -Wformat -I../libscm -g
1515
CXXFLAGS= -Wall -Wformat
1616

@@ -26,6 +26,7 @@ ifeq ($(UNAME_S), Linux) #LINUX
2626
ifeq ($(BITS), 32)
2727
PLATFORM=i3le
2828
else
29+
LIBS +=-L/usr/lib/x86_64-linux-gnu/
2930
PLATFORM=a6le
3031
endif
3132
endif

0 commit comments

Comments
 (0)