diff options
-rw-r--r-- | src/WixToolset.Core/Librarian.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Librarian.cs b/src/WixToolset.Core/Librarian.cs index 81d3a0ed..3c1810ac 100644 --- a/src/WixToolset.Core/Librarian.cs +++ b/src/WixToolset.Core/Librarian.cs | |||
@@ -95,7 +95,7 @@ namespace WixToolset.Core | |||
95 | { | 95 | { |
96 | var pathField = field.AsPath(); | 96 | var pathField = field.AsPath(); |
97 | 97 | ||
98 | if (pathField != null) | 98 | if (pathField != null && !String.IsNullOrEmpty(pathField.Path)) |
99 | { | 99 | { |
100 | var resolution = variableResolver.ResolveVariables(tuple.SourceLineNumbers, pathField.Path, false); | 100 | var resolution = variableResolver.ResolveVariables(tuple.SourceLineNumbers, pathField.Path, false); |
101 | 101 | ||