mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
pinktrace: disable on arm, enable on aarch64
This commit is contained in:
parent
268735980a
commit
7b5b7c8a66
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=pinktrace
|
|||
version=1.0.0
|
||||
revision=1
|
||||
# arch list taken from https://dev.exherbo.org/~alip/pinktrace/#supported_platforms
|
||||
archs="x86_64* i686* ppc* arm*"
|
||||
archs="x86_64* aarch64* i686* ppc*"
|
||||
wrksrc="$pkgname-1-$version"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-python"
|
||||
|
|
Loading…
Add table
Reference in a new issue