X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/24dc1f527d33afc44998f5b35a8de368c165f51d..46ff394de278350ffaed9e866561fb250904e342:/openwrt/target/linux/package/fuse/Makefile diff --git a/openwrt/target/linux/package/fuse/Makefile b/openwrt/target/linux/package/fuse/Makefile index 39f5f38bc..26e8b69cf 100644 --- a/openwrt/target/linux/package/fuse/Makefile +++ b/openwrt/target/linux/package/fuse/Makefile @@ -69,6 +69,7 @@ $(PKG_BUILD_DIR)/.built: mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ ARCH="$(LINUX_KARCH)" \ + CROSS_COMPILE="$(TARGET_CROSS)" \ PATH="$(TARGET_PATH)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ SUBDIRS="kernel" \