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: |
|
||||
./configure --prefix="{{prefix}}"
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
linux/aarch64:
|
||||
CFLAGS: "$CFLAGS -march=armv8-a+crypto"
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue