-
Notifications
You must be signed in to change notification settings - Fork 365
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
[bug] Wrong prefix for AutotoolsToolchain (or wrong docs) #2795
Comments
The autotools.install(args=[f"DESTDIR={unix_path(self, self.package_folder)}"]) where |
If you set |
Looks like this was changed in conan-io/conan#11264. Also related: conan-io/conan#12338 Documentation needs to be updated to reflect the change in approach. // cc @czoido as the author of the changes |
Thanks for reporting @dubvulture, |
that is excellent news 👍 |
Closed by #2800 |
The documentation for AutotoolsToolchain states that:
--prefix
: With the self.package_folder value.But the code seems to default to /, see here.
This was changed in conan-io/conan#11284, before that it was set as stated in the documentation.
The text was updated successfully, but these errors were encountered: