capnp is no longer in external

This commit is contained in:
Adeeb Shihadeh 2020-05-17 13:32:26 -07:00
parent ce8b629fb0
commit a415fe1ebe
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ if [ -z "$OPENPILOT_ENV" ]; then
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
export PATH="$PATH:$HOME/openpilot/external/capnp/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/openpilot/external/capnp/lib"
elif [[ "$unamestr" == 'Darwin' ]]; then
# msgq doesn't work on mac
export ZMQ=1