mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
add PATH
SVN-Revision: 1832
This commit is contained in:
parent
4f2e806914
commit
d6a4616b04
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ $(PKG_BUILD_DIR)/.built:
|
|||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ARCH="$(LINUX_KARCH)" \
|
||||
PATH="$(TARGET_PATH)" \
|
||||
OFLAGS="$(TARGET_CFLAGS)" \
|
||||
CC="$(TARGET_CC)" \
|
||||
LINKER="$(TARGET_CC)" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue