mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-20 19:38:49 +00:00
Use same LLVM version as cutter-deps build.
This commit is contained in:
parent
b5893b43a7
commit
865a73e946
@ -49,9 +49,9 @@ if [ "$image" = "ubuntu:18.04" ]; then
|
|||||||
libglu1-mesa-dev \
|
libglu1-mesa-dev \
|
||||||
freeglut3-dev \
|
freeglut3-dev \
|
||||||
mesa-common-dev \
|
mesa-common-dev \
|
||||||
libclang-8-dev \
|
libclang-10-dev \
|
||||||
llvm-8
|
llvm-10
|
||||||
ln -s /usr/bin/llvm-config-8 /usr/bin/llvm-config
|
ln -s /usr/bin/llvm-config-10 /usr/bin/llvm-config
|
||||||
fi
|
fi
|
||||||
if [ "$image" = "ubuntu:18.04" ] || [ "$image" = "ubuntu:20.04" ]; then
|
if [ "$image" = "ubuntu:18.04" ] || [ "$image" = "ubuntu:20.04" ]; then
|
||||||
# install additional packages needed for appimage
|
# install additional packages needed for appimage
|
||||||
|
Loading…
Reference in New Issue
Block a user