From 0f0f543d79966fc938b3205e5273820e4c2edc56 Mon Sep 17 00:00:00 2001 From: yuuko Date: Tue, 27 Aug 2024 13:36:53 -0700 Subject: but as if to knock me down, reality came around --- AMBuilder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AMBuilder') diff --git a/AMBuilder b/AMBuilder index 4896901..e5eb5f2 100644 --- a/AMBuilder +++ b/AMBuilder @@ -29,7 +29,7 @@ ext.compiler.cxxincludes += [ os.path.join(Extension.mms_root, 'core', 'sourcehook') ] ext.compiler.cxxflags += ['-Wno-error=deprecated-declarations'] -ext.compiler.pkg_config('libcurl', link='static') -ext.compiler.pkg_config('openssl', link='static') +ext.compiler.pkg_config('libcurl') +ext.compiler.pkg_config('openssl') Extension.extensions += [builder.Add(ext)] -- cgit v1.2.3