Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd1668e

Browse files
committedSep 3, 2024·
Correction to path
1 parent bd307a2 commit dd1668e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎configure

+4-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,10 @@ cd ${cwd}
105105
mkdir -p inst/blp
106106
cd blp/${platform}
107107
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
110112
else
111113
echo "** using ${blpLibrary}"
112114
fi

0 commit comments

Comments
 (0)
Please sign in to comment.