##// END OF EJS Templates
pyoxidizer: always run the associated CI jobs...
pyoxidizer: always run the associated CI jobs Now that all tests are passing, we can enable this by default. Differential Revision: https://phab.mercurial-scm.org/D11306

File last commit:

r42086:c68a1df5 default
r48661:53221078 5.9 stable
Show More
defines.wxi
9 lines | 135 B | text/plain | TextLexer
Gregory Szorc
wix: move contrib/wix to contrib/packaging/wix...
r42086 <Include>
<?if $(var.Platform) = "x64" ?>
<?define IsX64 = yes ?>
<?else?>
<?define IsX64 = no ?>
<?endif?>
</Include>