unrar check
This commit is contained in:
parent
70beacd848
commit
c05d10b6f1
1 changed files with 1 additions and 1 deletions
2
ctl
2
ctl
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue