Feat/ffi provider by elliottmurray · Pull Request #245 · pact-foundation/pact-python

@elliottmurray

Draft PR for FFI Provider work

uglyog

elif 'linux' in target_platform:
libname = "./libpact_ffi-linux-x86_64.so"
elif 'windows' in target_platform:
libname = "libpact_ffi-osx-x86_64.dylib"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be .dll for Windows

uglyog

if 'windows' in platform.platform().lower():
fetch_lib(bin_path, suffix, 'dll')
fetch_lib(bin_path, suffix, 'dll.lib')
fetch_lib(bin_path, suffix, 'lib')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you are using the DLL, you don't need the static lib (.lib). But there is no harm in downloading it, apart from it being the biggest one.

@elliottmurray

@elliottmurray

@elliottmurray

@elliottmurray

…e changes to docker37 which I will need to do to all

@elliottmurray

@elliottmurray

@elliottmurray

@YOU54F YOU54F linked an issue

Jul 11, 2023

that may be closed by this pull request