##// END OF EJS Templates
packaging: introduce Python3 support as buildrpm --python3...
packaging: introduce Python3 support as buildrpm --python3 Just overrule the HGPYTHON3 warning.

File last commit:

r42086:c68a1df5 default
r43650:a6dcac64 stable
Show More
defines.wxi
9 lines | 135 B | text/plain | TextLexer
<Include>
<?if $(var.Platform) = "x64" ?>
<?define IsX64 = yes ?>
<?else?>
<?define IsX64 = no ?>
<?endif?>
</Include>