File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments