diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -14,10 +14,7 @@ ifeq ($(BUILD_STATIC),yes) | |||
14 | endif | 14 | endif |
15 | ifeq ($(BUILD_MSVC),yes) | 15 | ifeq ($(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 |
19 | else | ||
20 | LIBCMD=echo ignoring lib | ||
21 | endif | 18 | endif |
22 | 19 | ||
23 | all: $(TARGETS) | 20 | all: $(TARGETS) |