aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/target/libass/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/libass/Makefile b/tools/depends/target/libass/Makefile
index 523d25602b..756d3af0b5 100644
--- a/tools/depends/target/libass/Makefile
+++ b/tools/depends/target/libass/Makefile
@@ -13,7 +13,8 @@ endif
# configuration settings
CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
- ./configure --prefix=$(PREFIX)
+ ./configure --prefix=$(PREFIX) \
+ --disable-shared
LIBDYLIB=$(PLATFORM)/$(LIBNAME)/.libs/$(LIBNAME).a