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:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
script: |
|
script: |
|
||||||
nm -D {{prefix}}/lib/libcrypt.so
|
cc fixture.c -lcrypt -L{{prefix}}/lib
|
||||||
cc -L{{prefix}}/lib -lcrypt fixture.c
|
|
||||||
./a.out
|
./a.out
|
||||||
# ^^ we nee to add the -L because system lib paths come first on Linux
|
# ^^ we nee to add the -L because system lib paths come first on Linux
|
||||||
# and most linuxes have a (arcaic) libcrypt.so in /lib
|
# and most linuxes have a (arcaic) libcrypt.so in /lib
|
||||||
|
|
Loading…
Reference in a new issue