node: use default host install prefix

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
Matthias Schiffer
2016-10-04 04:57:54 +02:00
parent 786d48aaa7
commit 0da71b8f85
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ HOST_CONFIGURE_VARS:=
HOST_CONFIGURE_ARGS:= \
--dest-os=linux \
--without-snapshot \
--prefix=$(STAGING_DIR)/host/
--prefix=$(HOST_BUILD_PREFIX)
HOST_CONFIGURE_CMD:=python ./configure