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 prefix argument to AutotoolsToolchain #12620

Merged
merged 2 commits into from
Nov 29, 2022

Conversation

czoido
Copy link
Contributor

@czoido czoido commented Nov 28, 2022

Changelog: Feature: Add prefix argument to AutotoolsToolchain.
Docs: conan-io/docs#2824

def generate(self):
    at_toolchain = AutotoolsToolchain(self, prefix="/somefolder")
    at_toolchain.generate()

Closes: #12338

@czoido czoido added this to the 1.55 milestone Nov 28, 2022
Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

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

Win test broken, but seems good

@czoido czoido marked this pull request as ready for review November 29, 2022 08:52
@memsharded memsharded merged commit 4c1363f into conan-io:develop Nov 29, 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.

[bug] AutotoolsToolchain cannot change install prefix
2 participants