rz-ghidra: fix cross

needed CMAKE_CROSSCOMPILING_EMULATOR to run sleighc at build-time
This commit is contained in:
classabbyamp 2022-12-19 03:20:36 -05:00
parent d7f3d74fb3
commit 1103657517
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# Template file for 'rz-ghidra' # Template file for 'rz-ghidra'
pkgname=rz-ghidra pkgname=rz-ghidra
version=0.4.0 version=0.4.0
revision=1 revision=2
build_style=cmake build_style=cmake
build_helper=qemu
configure_args="-DCUTTER_INSTALL_PLUGDIR=/usr/lib/rizin/cutter/plugins/native configure_args="-DCUTTER_INSTALL_PLUGDIR=/usr/lib/rizin/cutter/plugins/native
-DBUILD_CUTTER_PLUGIN=ON" -DBUILD_CUTTER_PLUGIN=ON"
hostmakedepends="pkg-config qt5-host-tools qt5-qmake" hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
@ -13,4 +14,3 @@ license="LGPL-3.0-or-later"
homepage="https://github.com/rizinorg/rz-ghidra" homepage="https://github.com/rizinorg/rz-ghidra"
distfiles="https://github.com/rizinorg/rz-ghidra/releases/download/v${version}/rz-ghidra-src-v${version}.tar.gz" distfiles="https://github.com/rizinorg/rz-ghidra/releases/download/v${version}/rz-ghidra-src-v${version}.tar.gz"
checksum=6b8a6d1259699115e70f1f7d27de26c57fc19338d2d3e517460e35bb5f39eb55 checksum=6b8a6d1259699115e70f1f7d27de26c57fc19338d2d3e517460e35bb5f39eb55
nocross="https://github.com/rizinorg/rz-ghidra/issues/298"