updated patchelf version

This commit is contained in:
Joel Moriana 2024-05-16 10:28:05 +02:00 committed by Blyron
parent 142ae0f941
commit 8774a16cb6
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ cp -p ${PROJ_SERVER_LIB} ${LIBCARLA_INSTALL_SERVER_FOLDER}/lib/
# -- Get and compile patchelf --------------------------------------------------
# ==============================================================================
PATCHELF_VERSION=0.12
PATCHELF_VERSION=0.14
PATCHELF_REPO=https://github.com/NixOS/patchelf/archive/${PATCHELF_VERSION}.tar.gz
PATCHELF_TAR=${PATCHELF_VERSION}.tar.gz