Skip to content

Feat/ffi provider#245

Closed
elliottmurray wants to merge 8 commits intomasterfrom
feat/ffi-provider
Closed

Feat/ffi provider#245
elliottmurray wants to merge 8 commits intomasterfrom
feat/ffi-provider

Conversation

@elliottmurray
Copy link
Copy Markdown
Contributor

Draft PR for FFI Provider work

@elliottmurray elliottmurray marked this pull request as draft July 19, 2021 11:05
elif 'linux' in target_platform:
libname = "./libpact_ffi-linux-x86_64.so"
elif 'windows' in target_platform:
libname = "libpact_ffi-osx-x86_64.dylib"
Copy link
Copy Markdown
Member

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

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')
Copy link
Copy Markdown
Member

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.

@YOU54F YOU54F linked an issue Jul 11, 2023 that may be closed by this pull request
@YOU54F YOU54F mentioned this pull request Jul 11, 2023
@JP-Ellis JP-Ellis mentioned this pull request Sep 27, 2023
49 tasks
@JP-Ellis JP-Ellis closed this Mar 11, 2024
@JP-Ellis JP-Ellis deleted the feat/ffi-provider branch March 11, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installer

3 participants