13 lines
347 B
Diff
13 lines
347 B
Diff
|
diff -uNr quickjs-2020-07-05/Makefile quickjs-2020-07-05.mod/Makefile
|
||
|
--- quickjs-2020-07-05/Makefile 2020-07-05 12:03:51.000000000 +0200
|
||
|
+++ quickjs-2020-07-05.mod/Makefile 2020-08-07 10:17:00.109022444 +0200
|
||
|
@@ -173,7 +173,7 @@
|
||
|
HOST_LIBS=-lm -ldl -lpthread
|
||
|
LIBS=-lm
|
||
|
ifndef CONFIG_WIN32
|
||
|
-LIBS+=-ldl -lpthread
|
||
|
+LIBS+=-ldl
|
||
|
endif
|
||
|
|
||
|
$(OBJDIR):
|