mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #9673 from Ansuel/path-fix
intltool: fix broken compile on WSL
This commit is contained in:
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/host-build.mk
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
HOST_CONFIGURE_VARS+= \
|
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
|
define Package/intltool
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
|
|||||||
Reference in New Issue
Block a user