unrar check

This commit is contained in:
j 2019-02-01 16:05:15 +05:30
parent 70beacd848
commit c05d10b6f1
1 changed files with 1 additions and 1 deletions

2
ctl
View File

@ -63,7 +63,7 @@ else
if [ $SYSTEM == "Darwin" ]; then
PLATFORM="darwin64"
PLATFORM_PYTHON=3.7
if [ -e $BASE/platform_${PLATFORM}/lib/libunrar.dylib ]; then
if [ -e "$BASE/platform_${PLATFORM}/lib/libunrar.dylib" ]; then
export UNRAR_LIB_PATH="$BASE/platform_${PLATFORM}/lib/libunrar.dylib"
fi
fi