mirror of https://gitlab.com/basile.b/dexed.git
CE projects, compilers, gdc & ldc must be replaced by the DMD cmd line bridges
This commit is contained in:
parent
81dd17d5fc
commit
c5ec6dabcd
|
@ -1084,6 +1084,10 @@ var
|
|||
sel: ICECompilerSelector;
|
||||
begin
|
||||
sel := getCompilerSelector;
|
||||
if value = gdc then
|
||||
value := gdmd
|
||||
else if value = ldc then
|
||||
value := ldmd;
|
||||
CEProjectCompiler := value;
|
||||
if not sel.isCompilerValid(CEProjectCompiler) then
|
||||
CEProjectCompiler := dmd;
|
||||
|
|
Loading…
Reference in New Issue