mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 11:09:31 +00:00
build: do not override DESTDIR for cmake ninja host builds
The full prefix is already passed to cmake Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
fa0aea53b2
commit
18430a34e6
@ -60,11 +60,11 @@ ifeq ($(HOST_USE_NINJA),1)
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install/Default
|
define Host/Install/Default
|
||||||
+DESTDIR="$(HOST_INSTALL_DIR)" $(NINJA) -C $(HOST_BUILD_DIR) install
|
+$(NINJA) -C $(HOST_BUILD_DIR) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Uninstall/Default
|
define Host/Uninstall/Default
|
||||||
+DESTDIR="$(HOST_INSTALL_DIR)" $(NINJA) -C $(HOST_BUILD_DIR) uninstall
|
+$(NINJA) -C $(HOST_BUILD_DIR) uninstall
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user