contrib/wix/defines.wxi
author Jun Wu <quark@fb.com>
Wed, 11 Oct 2017 17:38:20 -0700
changeset 34640 68ed3b4f86ef
parent 13042 bd9bc4123920
permissions -rw-r--r--
logtoprocess: do not use platform.system() See the previous patch for the reason. Differential Revision: https://phab.mercurial-scm.org/D1019

<Include>

  <?if $(var.Platform) = "x64" ?>
    <?define IsX64 = yes ?>
  <?else?>
    <?define IsX64 = no ?>
  <?endif?>

</Include>