[Pas2js] Small typo in fpmake
Alfred
alfred at consulab.nl
Fri Jun 8 14:33:35 CEST 2018
https://svn.freepascal.org/svn/projects/pas2js/trunk/fpmake.pp
Contains:
uses {$ifdef unix}cthreads{$endif},sysutils,fpmkunit;
Should be:
uses {$ifdef unix}cthreads,{$endif}sysutils,fpmkunit;
This typo prevents building on non-Unix.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/pas2js/attachments/20180608/d3baf445/attachment.html>
More information about the Pas2js
mailing list