mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:49:38 +02:00
Fix error in previous commit
git-svn-id: trunk@22491 -
This commit is contained in:
parent
7ea11f0171
commit
c2a6fbbae3
@ -605,7 +605,7 @@ Implementation
|
||||
Replace(result,'$OBJ',maybequoted(ObjFileName));
|
||||
end;
|
||||
if (cs_create_pic in current_settings.moduleswitches) then
|
||||
Replace(result,'$PIC','-K PIC');
|
||||
Replace(result,'$PIC','-K PIC')
|
||||
else
|
||||
Replace(result,'$PIC','');
|
||||
if (cs_asm_source in current_settings.globalswitches) then
|
||||
|
Loading…
Reference in New Issue
Block a user