mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
1a2ea66257
commit
2a02f0bedc
|
@ -18,12 +18,17 @@ provides:
|
|||
build:
|
||||
dependencies:
|
||||
gnupg.org/libgpg-error: 1
|
||||
linux:
|
||||
llvm.org: <17 # symbol not defined
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make
|
||||
make check
|
||||
make install
|
||||
env:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
LD: clang
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
linux/x86-64:
|
||||
|
|
Loading…
Reference in a new issue