-
Notifications
You must be signed in to change notification settings - Fork 980
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
[Meson] Using --destdir
variable
#15706
Merged
memsharded
merged 4 commits into
conan-io:develop
from
franramirez688:frm/meson_destdir
Feb 27, 2024
Merged
[Meson] Using --destdir
variable
#15706
memsharded
merged 4 commits into
conan-io:develop
from
franramirez688:frm/meson_destdir
Feb 27, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
memsharded
reviewed
Feb 27, 2024
franramirez688
changed the title
[Meson] Using DESTDIR variable
[Meson] Using Feb 27, 2024
--destdir
variable
3 tasks
memsharded
approved these changes
Feb 27, 2024
3 tasks
jwillikers
added a commit
to jwillikers/conan-center-index
that referenced
this pull request
Apr 9, 2024
Use relative folders due to this change: conan-io/conan#15706 Remove the useless attempt to modify the separators used for the prefix path. The separators are still inconsistent for the prefix and exec_prefix on Windows. They use both backslashes and forward slashes.
jwillikers
added a commit
to jwillikers/conan-center-index
that referenced
this pull request
Apr 9, 2024
Use relative folders due to this change: conan-io/conan#15706 Remove the useless attempt to modify the separators used for the prefix path. The separators are still inconsistent for the prefix and exec_prefix on Windows. They use both backslashes and forward slashes.
jwillikers
added a commit
to jwillikers/conan-center-index
that referenced
this pull request
Apr 9, 2024
Use relative folders due to this change: conan-io/conan#15706. Bump Meson to 1.4.0.
jwillikers
added a commit
to jwillikers/conan-center-index
that referenced
this pull request
Apr 9, 2024
Use relative folders due to this change: conan-io/conan#15706 Remove the useless attempt to modify the separators used for the prefix path. The separators are still inconsistent for the prefix and exec_prefix on Windows. They use both backslashes and forward slashes.
jwillikers
added a commit
to jwillikers/conan-center-index
that referenced
this pull request
Apr 9, 2024
Use relative folders due to this change: conan-io/conan#15706 Remove the useless attempt to modify the separators used for the prefix path. The separators are still inconsistent for the prefix and exec_prefix on Windows. They use both backslashes and forward slashes.
jwillikers
added a commit
to jwillikers/conan-center-index
that referenced
this pull request
Apr 9, 2024
Use relative folders due to this change: conan-io/conan#15706. Bump Meson to 1.4.0.
jwillikers
added a commit
to jwillikers/conan-center-index
that referenced
this pull request
Apr 9, 2024
Use relative folders due to this change: conan-io/conan#15706 Remove the useless attempt to modify the separators used for the prefix path. The separators are still inconsistent for the prefix and exec_prefix on Windows. They use both backslashes and forward slashes.
conan-center-bot
pushed a commit
to conan-io/conan-center-index
that referenced
this pull request
Apr 12, 2024
Use relative folders due to this change: conan-io/conan#15706 Remove the useless attempt to modify the separators used for the prefix path. The separators are still inconsistent for the prefix and exec_prefix on Windows. They use both backslashes and forward slashes.
yhsng
pushed a commit
to yhsng/conan-center-index
that referenced
this pull request
Apr 12, 2024
Use relative folders due to this change: conan-io/conan#15706 Remove the useless attempt to modify the separators used for the prefix path. The separators are still inconsistent for the prefix and exec_prefix on Windows. They use both backslashes and forward slashes.
ericLemanissier
pushed a commit
to ericLemanissier/conan-center-index
that referenced
this pull request
Apr 16, 2024
Use relative folders due to this change: conan-io/conan#15706 Remove the useless attempt to modify the separators used for the prefix path. The separators are still inconsistent for the prefix and exec_prefix on Windows. They use both backslashes and forward slashes.
conan-center-bot
pushed a commit
to conan-io/conan-center-index
that referenced
this pull request
Apr 17, 2024
Use relative folders due to this change: conan-io/conan#15706. Bump Meson to 1.4.0. Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es> Co-authored-by: Francisco Ramírez <franchuti688@gmail.com>
franramirez688
added a commit
to toge/conan-center-index
that referenced
this pull request
Apr 23, 2024
Use relative folders due to this change: conan-io/conan#15706. Bump Meson to 1.4.0. Co-authored-by: Rubén Rincón Blanco <git@rinconblanco.es> Co-authored-by: Francisco Ramírez <franchuti688@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog: Fix: Avoiding reconfigure process. Using
--destdir
param instead. Deprecatedreconfigure
param inMeson.configure() function
.Changelog: Feature:
conan.tools.meson
helper requires meson >= 0.57.0.Docs: conan-io/docs#3663
Closes: #11910