Adding "--wrap-mode=forcefallback" has no effect on a reconfigure
See original GitHub issueDescribe the bug
The project has been configured without --wrap-mode=forcefallback
and after calling meson build_dir --reconfigure --wrap-mode=forcefallback
, the fallback mode is not taken into account.
To Reproduce in gst-build, start with the vanilla build:
$ meson build_dir
Then try to regenerate the build with
meson build_dir --reconfigure --wrap-mode=forcefallback
The fallback are not used by the configure.
Expected behavior To use the fallback instead of the system.
system parameters
- Is this a cross build or just a plain native build (for the same computer)?
- no
- what operating system (e.g. MacOS Catalina, Windows 10, CentOS 8.0, Ubuntu 18.04, etc.)
- Ubuntu
- what Python version are you using e.g.
- 3.6.9
- what
meson --version
- 0.58.0
- what
ninja --version
if it’s a Ninja build- 1.8.2
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Reconfigure - MTG Wiki - Fandom
An Equipment creature with reconfigure can be attached to creatures by effects other than its reconfigure ability, such as the activated ability of...
Read more >Reconfigure - MTG Keywords Explained - Card Kingdom Blog
Reconfigure represents several different abilities. First, it functions as an Equip stand-in. You can pay the reconfigure cost at sorcery speed ...
Read more >Reconfigure in MTG: Rules, History, and Best Cards - Draftsim
When you cast a creature with reconfigure, it enters the battlefield as an artifact equipment creature and functions just like any other ...
Read more >Magic The Gathering: Reconfigure Guide - TheGamer
Cloudsteel Kirin has an effect similar to Platinum Angel, where you can't lose and your opponent can't win for as long as Cloudsteel...
Read more >MTG Keywords Explained: What is Reconfigure?
An MTG cards with reconfigure enters the battlefield unattached as if it was a creature card. As an artifact creature card, the card...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
working on my side
@dabrain34 can you give a try to https://github.com/mesonbuild/meson/pull/8865 please?