Skip to content
Snippets Groups Projects
Unverified Commit cea49c62 authored by Ansuel Smith's avatar Ansuel Smith
Browse files

intltool: fix broken compile on WSL


If PATH contains space, like in WSL where you have also Windows dir, compilation of this package is broken.

Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
parent 3ee32eb9
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
HOST_CONFIGURE_VARS+= \
PATH=$(STAGING_DIR_HOSTPKG)/bin:$(STAGING_DIR_HOSTPKG)/usr/bin:$(PATH)
PATH="$(STAGING_DIR_HOSTPKG)/bin:$(STAGING_DIR_HOSTPKG)/usr/bin:$(PATH)"
define Package/intltool
SECTION:=libs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment