diff options
author | yuuko <yuuko@partyvan.io> | 2024-08-27 13:36:53 -0700 |
---|---|---|
committer | yuuko <yuuko@partyvan.io> | 2024-08-27 13:36:53 -0700 |
commit | 0f0f543d79966fc938b3205e5273820e4c2edc56 (patch) | |
tree | 66cbf9751fe3ef4d0d1bb67b8c24c44504047966 /AMBuilder | |
parent | 5d031bde73a674f47f400e3c4217645b46a7da1a (diff) |
Diffstat (limited to 'AMBuilder')
-rw-r--r-- | AMBuilder | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)] |