mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix(fix(svn)
This commit is contained in:
parent
34394e8a94
commit
6550529afd
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ test:
|
|||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
script: |
|
||||
nm -D {{prefix}}/lib/libcrypt.so
|
||||
cc -L{{prefix}}/lib -lcrypt fixture.c
|
||||
cc fixture.c -lcrypt -L{{prefix}}/lib
|
||||
./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