diff options
Diffstat (limited to 'pkg/python/gen.rc')
| -rw-r--r-- | pkg/python/gen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/python/gen.rc b/pkg/python/gen.rc index 50e3c60d..6f048d31 100644 --- a/pkg/python/gen.rc +++ b/pkg/python/gen.rc @@ -140,7 +140,7 @@ if(grep -qE '^(_hashlib|_ssl)' Setup) { if(grep -q '^pyexpat' Setup) { cflags=($cflags -isystem '$builddir'/pkg/expat/include) deps=($deps pkg/expat/headers) - libs=($libs expat/libexpat.a) + libs=($libs expat/libexpat.a.d) } if(grep -q '^zlib' Setup) { cflags=($cflags -isystem '$builddir'/pkg/zlib/include) |
