mirror of https://gitlab.com/basile.b/dexed.git
fix, AR not detected when using gdc to compile ce projs
This commit is contained in:
parent
7131f5b956
commit
71fbc48b89
|
@ -781,6 +781,8 @@ begin
|
|||
fCompilProc.OnReadData:= @compProcOutput;
|
||||
fCompilProc.OnTerminate:= @compProcTerminated;
|
||||
getOpts(fCompilProc.Parameters);
|
||||
if NativeProjectCompiler = gdc then
|
||||
fCompilProc.Parameters.Add('-gdc=gdc');
|
||||
fCompilProc.Execute;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue