Skip to content
Snippets Groups Projects
Commit 0d4b3767 authored by Natanael Copa's avatar Natanael Copa
Browse files

community/vpcs: fix build on aarch64

We no longer need to and should not specify LONG_BIT
parent 85298e4d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${p
vpcs_alpine_aarch64.patch"
build() {
cd src && ./mk.sh $(getconf LONG_BIT)
cd src && ./mk.sh
}
check() {
......
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