diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-06-07 12:13:45 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-06-09 13:47:53 -0500 |
commit | 9f360945ce3703677701b12267a42334bbe7dca1 (patch) | |
tree | 18afcfb2afd29c55dba86a9511f5d283fec3f047 /src/burn/engine/inc/burnsources.h | |
parent | 1d3bd04d4aca82979b08a955dc0bf61eb80f2e66 (diff) | |
download | wix-9f360945ce3703677701b12267a42334bbe7dca1.tar.gz wix-9f360945ce3703677701b12267a42334bbe7dca1.tar.bz2 wix-9f360945ce3703677701b12267a42334bbe7dca1.zip |
Try to log Burn command line even if it was invalid.
Diffstat (limited to 'src/burn/engine/inc/burnsources.h')
-rw-r--r-- | src/burn/engine/inc/burnsources.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/inc/burnsources.h b/src/burn/engine/inc/burnsources.h index bff79ed5..482dc81e 100644 --- a/src/burn/engine/inc/burnsources.h +++ b/src/burn/engine/inc/burnsources.h | |||
@@ -2,3 +2,4 @@ | |||
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
3 | 3 | ||
4 | #define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL | 4 | #define DUTIL_SOURCE_DEFAULT DUTIL_SOURCE_EXTERNAL |
5 | #define BURN_SOURCE_DEFAULT DUTIL_SOURCE_DEFAULT | ||