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

fix meson_layout #10600

Merged
merged 1 commit into from Feb 16, 2022
Merged

fix meson_layout #10600

merged 1 commit into from Feb 16, 2022

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Feb 16, 2022

Changelog: bugfix: Fix meson_layout() issue with shared folders.
Docs: Omit

@memsharded memsharded added this to the 1.46 milestone Feb 16, 2022
def meson_layout(conanfile):
conanfile.folders.build = "build-{}".format(str(conanfile.settings.build_type).lower())
conanfile.folders.generators = os.path.join(conanfile.folders.build, "conan")
Copy link
Member Author

Choose a reason for hiding this comment

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

Missing this was hiding in test the fact that shared libs doesn't work, because dll was in "lib" folder, not in "bin"

@memsharded memsharded merged commit 1e9d179 into conan-io:develop Feb 16, 2022
@memsharded memsharded deleted the fix/meson_layout branch February 16, 2022 21:10
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.

None yet

1 participant