build: force overwrite of already compressed files for gzip target
[project/luci.git] / build / hostenv.sh
index ee906b0013c6425b6d018ee9f69da26b1f7d33e3..fbf7ca1b73b5baab7f27d589ffa2b4d688246df4 100755 (executable)
@@ -3,4 +3,5 @@ export LD_LIBRARY_PATH="$1/usr/lib:$LD_LIBRARY_PATH"
 export PATH="$1/bin:$1/usr/bin:$PATH"
 export LUA_PATH="$1/$2/?.lua;$1/$2/?/init.lua;;"
 export LUA_CPATH="$1/$3/?.so;;"
+export LUCI_SYSROOT="$1"
 $4