build script: enable 64-bit floating point math for mad target

this makes x86_64 and arm64 identical in terms of floating point math
This commit is contained in:
alexey.lysiuk 2020-12-29 11:33:53 +02:00
parent dc3e4dc2ef
commit 597281b1a8

View file

@ -1004,6 +1004,7 @@ class JpegTurboTarget(CMakeStaticDependencyTarget):
class MadTarget(ConfigureMakeStaticDependencyTarget):
def __init__(self, name='mad'):
super().__init__(name)
self.options['--enable-fpm'] = '64bit'
def prepare_source(self, builder: 'Builder'):
builder.download_source(