build.sh: fix copy/paste error, install mako too

pull/20/head
jackun 4 years ago
parent 1e475ac02c
commit d534a46c54
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -50,7 +50,7 @@ dependencies() {
DEPS="{gcc,g++,gcc-multilib,g++-multilib,ninja-build,python3-pip,python3-setuptools,python3-wheel,pkg-config,mesa-common-dev,libx11-dev:i386}"
install
if [[ $(sudo pip3 show meson; echo $?) == 1 || $(sudo pip3 show meson; echo $?) == 1 ]]; then
if [[ $(sudo pip3 show meson; echo $?) == 1 || $(sudo pip3 show mako; echo $?) == 1 ]]; then
sudo pip3 install meson mako
fi
if [[ ! -f /usr/local/bin/glslangValidator ]]; then

Loading…
Cancel
Save