mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(libsodium)
This commit is contained in:
parent
4243193f96
commit
38f2c625e3
|
@ -16,6 +16,9 @@ build:
|
||||||
script: |
|
script: |
|
||||||
./configure --prefix="{{prefix}}"
|
./configure --prefix="{{prefix}}"
|
||||||
make --jobs {{ hw.concurrency }} install
|
make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
linux/aarch64:
|
||||||
|
CFLAGS: "$CFLAGS -march=armv8-a+crypto"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue