You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Right now Win64='yes' is pretty much useless unless you want to break your build on 32-bit. Instead, let's create an attribute that doesn't rely on "candle.exe -arch" to do the right thing, and has two useful values "yes" and "no" are both sane values. "no" would be the default.
robmen
changed the title
Replace Win64 Attribute with a new attribute named similar to 'Always32Bit'
Replace Win64 Attribute with a new attribute 'Bitness'
Feb 11, 2021
Right now Win64='yes' is pretty much useless unless you want to break your build on 32-bit. Instead, let's create an attribute that doesn't rely on "candle.exe -arch" to do the right thing, and has two useful values "yes" and "no" are both sane values. "no" would be the default.
WIP pull request here: https://github.com/wixtoolset/site/pull/47
The text was updated successfully, but these errors were encountered: