mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
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: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user