build: remove remainders of old build system
[project/luci.git] / build / hostenv.sh
diff --git a/build/hostenv.sh b/build/hostenv.sh
deleted file mode 100755 (executable)
index 0f2fc27..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-export LD_LIBRARY_PATH="$1/usr/lib:$LD_LIBRARY_PATH"
-[ `uname -s` = "Darwin" ] && export DYLD_LIBRARY_PATH="$1/usr/lib:$DYLD_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