|
@@ -66,7 +66,7 @@ function install_cryptopp {
|
66
|
66
|
if [ -d "$INSTALL_DIR/cryptopp" ]; then
|
67
|
67
|
if ! grep -q "Crypto++ commit:$CRYPTOPP_COMMIT" "$COMPLETION_FILE"; then
|
68
|
68
|
set_repo_commit "$INSTALL_DIR/cryptopp" "Crypto++ commit" "$CRYPTOPP_COMMIT" "$CRYPTOPP_REPO"
|
69
|
|
- cd $INSTALL_DIR/cryptopp/build
|
|
69
|
+ cd "$INSTALL_DIR/cryptopp/build" || exit 27482468
|
70
|
70
|
cmake ..
|
71
|
71
|
if ! make; then
|
72
|
72
|
exit 72581
|