contrib/wix/defines.wxi
author Jun Wu <quark@fb.com>
Fri, 06 Jan 2017 16:19:41 +0000
changeset 30716 3de9df6ee5bf
parent 13042 bd9bc4123920
permissions -rw-r--r--
run-tests: unset CHGDEBUG With CHGDEBUG, chg outputs much more stuff and the test could fail running with --chg. So unset the environment variable.

<Include>

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

</Include>