Browse Source

Merge pull request #9673 from Ansuel/path-fix

intltool: fix broken compile on WSL
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
b851788523
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/intltool/Makefile

+ 1
- 1
libs/intltool/Makefile View File

@ -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


Loading…
Cancel
Save