Skip to content

Commit

Permalink
triton: rebuild with llvm-16
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Jan 23, 2025
1 parent 43ab1cb commit 3abfa4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-triton-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
_ver_base=0.9
pkgver=0.9.r4256.b022f317
_commit=b022f3179b3ff6fbafd597099ab0e2f5f07df23a
pkgrel=1
pkgrel=2
pkgdesc="Triton is a dynamic binary analysis library (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
Expand All @@ -25,7 +25,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-ninja"
"${MINGW_PACKAGE_PREFIX}-llvm-15"
"${MINGW_PACKAGE_PREFIX}-llvm-16"
"${MINGW_PACKAGE_PREFIX}-boost"
"${MINGW_PACKAGE_PREFIX}-libffi"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
Expand Down Expand Up @@ -65,7 +65,7 @@ build() {
"${MINGW_PREFIX}"/bin/cmake.exe \
-GNinja \
-DCMAKE_INSTALL_PREFIX="${MINGW_PREFIX}" \
-DCMAKE_PREFIX_PATH=${MINGW_PREFIX}/opt/llvm-15 \
-DCMAKE_PREFIX_PATH=${MINGW_PREFIX}/opt/llvm-16 \
-DBUILD_SHARED_LIBS=ON \
-DBOOST_INTERFACE=ON \
-DLLVM_INTERFACE=ON \
Expand Down

0 comments on commit 3abfa4c

Please sign in to comment.