view contrib/packaging/wix/defines.wxi @ 52004:e3952d8cfeb5

format: fix few black issues
author paugier <pierre.augier@univ-grenoble-alpes.fr>
date Sun, 13 Oct 2024 04:55:48 +0200
parents c68a1df5c79a
children
line wrap: on
line source

<Include>

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

</Include>