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.Dismiss alert
Similar to #118, there is the output from the rustc --print cfg command that could be passed to the WiX compiler (candle.exe) as WiX variables. See #126 for an example output and an initial discussion on which output would be useful as WiX variables. Relevant comments reposted here:
Any listed target_feature might be useful as well, i.e. crt-static (#115). I guess each one would become TargetFeature<NAME>. If set, then it will be defined. If not set or present in the output, then it will not be set. The ifdef preprocessor directive could be used by developers in the WXS files to toggle installer features based on target features.
Similar to #118, there is the output from the
rustc --print cfg
command that could be passed to the WiX compiler (candle.exe) as WiX variables. See #126 for an example output and an initial discussion on which output would be useful as WiX variables. Relevant comments reposted here:The text was updated successfully, but these errors were encountered: