fix(fix(svn)

This commit is contained in:
Jacob Heider 2023-04-21 02:40:49 -04:00
parent 34394e8a94
commit 6550529afd
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -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