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

add windows function to get metacall lib path #244

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

burnerlee
Copy link
Contributor

@burnerlee burnerlee commented Feb 8, 2022

Description

This PR adds the windows implementation for function to get metacall library path in runtime. It implements the function dynlink_impl_interface_lib_path_win32

Fixes #233

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I have tested the tests implicated (if any) by my own code and they pass (make test or ctest -VV -R <test-name>).
  • I have run make clang-format in order to format my code and my code follows the style guidelines.

@viferga viferga merged commit b928fd7 into metacall:develop Feb 9, 2022
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.

Remove the need of set up environment variables in CLI or MetaCall
2 participants