mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 15:29:26 +01:00
+ Extension unit should be fpmkext.
git-svn-id: trunk@1019 -
This commit is contained in:
parent
f5a50ec873
commit
375f44249a
@ -737,7 +737,7 @@ begin
|
||||
C:=GetCompiler;
|
||||
O:=FFPmakeSrc;
|
||||
If Extra then
|
||||
O:='-Fafpmakeex '+O;
|
||||
O:='-Fafpmkext '+O;
|
||||
Log(SLogCompilingFPMake+C+' '+O);
|
||||
If ExecuteProcess(C,O)<>0 then
|
||||
Error(SErrFailedToCompileFPCMake)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user