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 7b08ec1 commit edebc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/install_dependencies_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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}"
make
make -j ${HOOD_PROXY_BUILD_CONCURRENCY}
make install

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

0 comments on commit edebc3a

Please sign in to comment.