aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6ea3109..b64ad0a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,10 +14,7 @@ ifeq ($(BUILD_STATIC),yes)
14endif 14endif
15ifeq ($(BUILD_MSVC),yes) 15ifeq ($(BUILD_MSVC),yes)
16 SHFLAGS+=-Wl,--output-def,libdl.def 16 SHFLAGS+=-Wl,--output-def,libdl.def
17 LIBCMD=lib
18 INSTALL+=lib-install 17 INSTALL+=lib-install
19else
20 LIBCMD=echo ignoring lib
21endif 18endif
22 19
23all: $(TARGETS) 20all: $(TARGETS)