mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: WlxMplayer - Linking under x86_64
This commit is contained in:
parent
840daaa68b
commit
d35f25c6b2
1 changed files with 1 additions and 6 deletions
|
|
@ -54,12 +54,7 @@
|
|||
<OtherUnitFiles Value="$(LazarusDir)\lcl\units\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType);..\..\..\..\sdk"/>
|
||||
<UnitOutputDirectory Value="..\lib"/>
|
||||
</SearchPaths>
|
||||
<Conditionals Value="if (TargetCPU <> 'arm') then
|
||||
begin
|
||||
CustomOptions += '-fPIC';
|
||||
end;
|
||||
|
||||
if (TargetOS = 'darwin') then
|
||||
<Conditionals Value="if TargetOS = 'darwin' then
|
||||
begin
|
||||
LinkerOptions += ' -no_order_inits';
|
||||
end;"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue