Skip to content

Commit

Permalink
Update install_dependencies_debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent edebc3a commit e179570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxy/install_dependencies_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ echo "Extracting openssl."
tar -xmf $openssl_src
openssl_src=$(echo $openssl_src |sed "s/.......$//")
cd $openssl_src
./Configure no-ssl2 no-ssl3 no-shared no-weak-ssl-ciphers --prefix="../$(uname -s)/$arch/${openssl_src}"
./Configure no-ssl2 no-ssl3 no-shared no-weak-ssl-ciphers --prefix=$(realpath "../$(uname -s)/$arch/${openssl_src}")
make -j ${HOOD_PROXY_BUILD_CONCURRENCY}
make install
cd ..

# ---- begin code copied and modified from carla Simulator which is MIT License
# ==============================================================================
Expand Down

0 comments on commit e179570

Please sign in to comment.