This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit dd1668e committed Sep 3, 2024 · 0 / 1
1 parent bd307a2 commit dd1668e Copy full SHA for dd1668e
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,10 @@ cd ${cwd}
105
105
mkdir -p inst/blp
106
106
cd blp/${platform}
107
107
if [ ! -f ${blpLibrary} ]; then
108
- echo " ** Fetching https://github.com/Rblp/blp/raw/${blpBranch} /${platform}${flavour}${cpu} /blpLibrary.tar.gz"
109
- download https://github.com/Rblp/blp/raw/${blpBranch} /${platform}${flavour}${cpu} /blpLibrary.tar.gz
108
+ # echo "** Fetching https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}${cpu}/blpLibrary.tar.gz"
109
+ # download https://github.com/Rblp/blp/raw/${blpBranch}/${platform}${flavour}${cpu}/blpLibrary.tar.gz
110
+ echo " ** Fetching https://github.com/Rblp/blp/raw/${blpBranch} /${platform}${flavour} /blpLibrary.tar.gz"
111
+ download https://github.com/Rblp/blp/raw/${blpBranch} /${platform}${flavour} /blpLibrary.tar.gz
110
112
else
111
113
echo " ** using ${blpLibrary} "
112
114
fi
You can’t perform that action at this time.
0 commit comments