diff --git a/src/ce_nativeproject.pas b/src/ce_nativeproject.pas index b8628973..91e92b85 100644 --- a/src/ce_nativeproject.pas +++ b/src/ce_nativeproject.pas @@ -994,5 +994,6 @@ begin end; initialization + setNativeProjectCompiler(dmd); RegisterClasses([TCENativeProject]); end.