# HG changeset patch # User Augie Fackler # Date 1554262734 14400 # Node ID 429bed755ce1e4e167c9658cf96ee6d0c5a6b5b2 # Parent 15d2afa31e57effd9a64aaae2b610436cd0b1c2f wix: fix the package build when not adding features Should have used ifdef, not if. Sigh. Differential Revision: https://phab.mercurial-scm.org/D6187 diff -r 15d2afa31e57 -r 429bed755ce1 contrib/packaging/wix/mercurial.wxs --- a/contrib/packaging/wix/mercurial.wxs Mon Apr 01 19:02:24 2019 -0700 +++ b/contrib/packaging/wix/mercurial.wxs Tue Apr 02 23:38:54 2019 -0400 @@ -129,7 +129,7 @@ - +