Skip to content
Snippets Groups Projects
Commit 374e8ecd authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files
parent e7b8ec21
No related branches found
Tags 1.10.0-1
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=radare2
pkgver=5.6.6
pkgrel=2
pkgrel=3
pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
url='https://radare.org'
arch=('x86_64')
......@@ -45,7 +45,8 @@ build() {
-D use_sys_xxhash=true \
-D use_sys_openssl=true \
-D use_libuv=true \
-D use_webui=true
-D use_webui=true \
-D want_threads=false
ninja -C build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment