Skip to content

Commit 942ffc6

Browse files
authored
Merge pull request #99 from 9il/patch-2
fix LDCText
2 parents 6438462 + fef83fc commit 942ffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msbuild/dcompile_defaults.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<LDCInstallDir Condition="$(LDCInstallDir) == ''">$(registry:HKEY_LOCAL_MACHINE\Software\LDC@InstallationFolder)</LDCInstallDir>
1919
<LDCInstallDir Condition="$(LDCInstallDir) == ''">$(registry:HKEY_LOCAL_MACHINE\Software\Wow6432Node\LDC@InstallationFolder)</LDCInstallDir>
2020
<LDCBinDir Condition="$(LDCInstallDir) != ''">$(LDCInstallDir)\bin\</LDCBinDir>
21-
<LDCText Condition="Exists('$(LDCInstallDir)ldmd2.exe')">LDC - LLVM based compiler</LDCText>
21+
<LDCText Condition="Exists('$(LDCBinDir)\ldmd2.exe')">LDC - LLVM based compiler</LDCText>
2222
<LDCText Condition="'$(LDCText)' == ''">LDC - LLVM based compiler (not installed)</LDCText>
2323

2424
<DCompiler Condition="'$(DCompiler)' == ''">DMD</DCompiler>

0 commit comments

Comments
 (0)