mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
parent
7d544acfde
commit
759cf2afc6
1 changed files with 2 additions and 1 deletions
|
@ -18,13 +18,14 @@ build:
|
|||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
- --disable-valgrind
|
||||
- --disable-symvers
|
||||
- --disable-failure-tokens
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
script: |
|
||||
cc fixture.c -lcrypt -L{{prefix}}/lib
|
||||
cc -L{{prefix}}/lib -lcrypt fixture.c
|
||||
./a.out
|
||||
# ^^ we nee to add the -L because system lib paths come first on Linux
|
||||
# and most linuxes have a (arcaic) libcrypt.so in /lib
|
||||
|
|
Loading…
Reference in a new issue