mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 17:22:02 +08:00
see if wx_dir is set
This commit is contained in:
parent
bbb4b653ea
commit
6bbf56641e
@ -13,6 +13,7 @@ fi
|
||||
if [ -z ${WXDIR+x} ]; then
|
||||
libdirs=$(find ./local-lib -iname *.so -exec dirname {} \; | sort -u | paste -sd ";" -)
|
||||
else
|
||||
echo "WXDIR => $WXDIR"
|
||||
libdirs=$(find {$WXDIR,./local-lib} -iname *.so -exec dirname {} \; | sort -u | paste -sd ";" -)
|
||||
fi
|
||||
WD=./$(dirname $0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user