# HG changeset patch # User Augie Fackler # Date 2019-04-03 03:38:54 # 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 --git a/contrib/packaging/wix/mercurial.wxs b/contrib/packaging/wix/mercurial.wxs --- a/contrib/packaging/wix/mercurial.wxs +++ b/contrib/packaging/wix/mercurial.wxs @@ -129,7 +129,7 @@ - +