mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-27 13:48:45 +03:00
Update Makefile
This commit is contained in:
parent
638ec8ca5e
commit
1b6c57edac
3
Makefile
3
Makefile
@ -243,9 +243,10 @@ QJS_LIB_OBJS=$(OBJDIR)/quickjs.o $(OBJDIR)/dtoa.o $(OBJDIR)/libregexp.o $(OBJDIR
|
|||||||
|
|
||||||
QJS_OBJS=$(OBJDIR)/qjs.o $(OBJDIR)/repl.o $(QJS_LIB_OBJS)
|
QJS_OBJS=$(OBJDIR)/qjs.o $(OBJDIR)/repl.o $(QJS_LIB_OBJS)
|
||||||
|
|
||||||
HOST_LIBS=-lm -ldl -lpthread
|
HOST_LIBS=-lm -lpthread
|
||||||
LIBS=-lm -lpthread
|
LIBS=-lm -lpthread
|
||||||
ifndef CONFIG_WIN32
|
ifndef CONFIG_WIN32
|
||||||
|
HOST_LIBS+=-ldl
|
||||||
LIBS+=-ldl
|
LIBS+=-ldl
|
||||||
endif
|
endif
|
||||||
LIBS+=$(EXTRA_LIBS)
|
LIBS+=$(EXTRA_LIBS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user