Skip to content

Commit

Permalink
Update 0_setup_env.sh: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio authored Aug 22, 2023
1 parent 59be51a commit ef69f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/Linux/0_setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sudo apt-get update
echo "=== installing mesa packages..."
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev

sudo apt-get install -y cmake ninja-build patchelf libjpeg-dev libeigen3-devm libfftw3-dev
sudo apt-get install -y cmake ninja-build patchelf libjpeg-dev libeigen3-dev libfftw3-dev

if [ "$DONT_INSTALL_QT" = false ] ; then
echo "=== installing qt packages..."
Expand Down

0 comments on commit ef69f36

Please sign in to comment.