mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
parent
fb9481c776
commit
fbbea8b509
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ build:
|
|||
make install
|
||||
dependencies:
|
||||
gnupg.org/libgpg-error: 1
|
||||
env:
|
||||
darwin:
|
||||
# otherwise it tries to link both libc++ and libstdc++, which gives
|
||||
# duplicate symbol errors.
|
||||
CFLAGS: $CFLAGS -std=gnu89
|
||||
CXXFLAGS: '$CXXFLAGS -stdlib=libstdc++ -std=c++03'
|
||||
|
||||
test:
|
||||
script: test "$(libassuan-config --version)" = "{{version}}"
|
||||
|
|
Loading…
Reference in a new issue