Skip to content

Commit

Permalink
Pin "portable" linux script to use an old (known good) cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
sz3 committed Jan 1, 2024
1 parent 05d5e38 commit 452eb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-portable-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apt install -y pkgconf g++-7 python-pip
apt install -y libgles2-mesa-dev libglfw3-dev

# cmake (via pip)
python -m pip install cmake
python -m pip install cmake==3.21.4

# use gcc7
update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-7 100
Expand Down

0 comments on commit 452eb71

Please sign in to comment.