From 6550529afd00c5a73aadfdb06e15307f6f836f15 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Fri, 21 Apr 2023 02:40:49 -0400 Subject: [PATCH] fix(fix(svn) --- projects/github.com/besser82/libxcrypt/package.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/github.com/besser82/libxcrypt/package.yml b/projects/github.com/besser82/libxcrypt/package.yml index 1bf22fc0..0af37374 100644 --- a/projects/github.com/besser82/libxcrypt/package.yml +++ b/projects/github.com/besser82/libxcrypt/package.yml @@ -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