From 888e638210d3fbf6600395f489647077c523f85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=85=E6=88=8E=E6=B0=8F?= Date: Tue, 27 Feb 2024 12:39:18 +0800 Subject: [PATCH] build(Makefile): fix install targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 38a3cb61e8..fc5fc40190 100644 --- a/Makefile +++ b/Makefile @@ -89,10 +89,10 @@ debug: -DENABLE_EXTERNAL_PLUGINS=ON cmake --build $(build) -install: +install: release cmake --build $(build) --target install -install-debug: +install-debug: debug cmake --build $(build) --target install uninstall: