Browse Source

Fix previous.

Martijn Laan 3 months ago
parent
commit
59b285982e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Projects/Src/Compiler.SetupCompiler.pas

+ 1 - 1
Projects/Src/Compiler.SetupCompiler.pas

@@ -6100,7 +6100,7 @@ end;
 
 
 const
-  DefaultIsl = {$IFDEF DEBUG} 'compiler:..\..\Files\Default.isl' {$ELSE} 'Default.isl' {$ENDIF};
+  DefaultIsl = {$IFDEF DEBUG} 'compiler:..\..\Files\Default.isl' {$ELSE} 'compiler:Default.isl' {$ENDIF};
 
 procedure TSetupCompiler.ReadDefaultMessages;
 var