sinclairql: the newline on this system is LF, not CRLF

git-svn-id: trunk@47427 -
This commit is contained in:
Károly Balogh 2020-11-15 19:45:06 +00:00
parent b2a67d4656
commit a0543f7f9b

View File

@ -60,7 +60,7 @@ unit i_sinclairql;
importlibprefix : 'libimp';
importlibext : '.a';
Cprefix : '_';
newline : #13#10;
newline : #10;
dirsep : '/'; { ... the underlying tools (binutils/vlink/vasm) prefer Unix paths }
assem : as_m68k_vasm;
assemextern : as_m68k_vasm;