diff --git a/tools/openvrtenv.sh b/tools/openvrtenv.sh index 0cdd0746..d8e08035 100644 --- a/tools/openvrtenv.sh +++ b/tools/openvrtenv.sh @@ -7,6 +7,7 @@ export STAGING_DIR=`readlink -m ../openwrt/staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2` export INCLUDE_DIR=`readlink -m ../openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/usr/include` +export LIB_DIR=`readlink -m ../openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/usr/lib` export PATH=$PATH:$STAGING_DIR/bin export CC=mips-openwrt-linux-uclibc-gcc