FIX: WlxMplayer - Linking under x86_64

This commit is contained in:
Alexander Koblov 2013-09-15 10:50:15 +00:00
commit d35f25c6b2

View file

@ -54,12 +54,7 @@
<OtherUnitFiles Value="$(LazarusDir)\lcl\units\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType);..\..\..\..\sdk"/>
<UnitOutputDirectory Value="..\lib"/>
</SearchPaths>
<Conditionals Value="if (TargetCPU &lt;> 'arm') then
begin
CustomOptions += '-fPIC';
end;
if (TargetOS = 'darwin') then
<Conditionals Value="if TargetOS = 'darwin' then
begin
LinkerOptions += ' -no_order_inits';
end;"/>