Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/ffi provider #245

Closed
wants to merge 8 commits into from
Closed

Feat/ffi provider #245

wants to merge 8 commits into from

Conversation

elliottmurray
Copy link
Contributor

Draft PR for FFI Provider work

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
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
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
48 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