summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/Makefile b/libhb/Makefile
index 72f4a29d8..f6b63605c 100644
--- a/libhb/Makefile
+++ b/libhb/Makefile
@@ -48,7 +48,7 @@ CXXFLAGS += -I../contrib/include -D__LIBHB__ -DUSE_PTHREAD -DHB_VERSION=\"$(HB_V
ifeq ($(findstring CYGWIN_NT,$(SYSTEM)),CYGWIN_NT)
all: libhb.a libhb.dll
else
-all: libhb.a libhb.so
+all: libhb.a
endif