blob: 7aa5cff5c6a527b25d0a07a6d46bfe39cc56ad71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- loader/Makefile.orig Sat Dec 2 18:04:56 2006
+++ loader/Makefile Sun Dec 24 21:46:50 2006
@@ -19,7 +19,7 @@
resource.o registry.o elfdll.o cpudetect.o get_path.o wrapper.o
endif
-LD_LIBS=-lc -lm -lpthread
+LD_LIBS=-lc -lm
ifeq ($(TARGET_OS),WIN32)
LD_LIBS+=-lkernel32
endif
|