From b94ffc7e072a7fd6cf08cbffcc1a25ac99a1ded1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Sobala?= Date: Fri, 12 Sep 2025 12:52:36 +0200 Subject: [PATCH] Makefile: don't install dynamic libs with --static-build `$(STATIC_BUILD)` is `yes` for `--static-build` and `static-bin` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9317cb775..7eecd8383 100644 --- a/Makefile +++ b/Makefile @@ -279,7 +279,7 @@ uninstall: installdylib: -ifneq ($(STATIC_BINARY),yes) +ifneq ($(STATIC_BUILD),yes) $(INSTALL) -d "$(DESTDIR)$(prefix)/$(lib_dir)"