mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-07 18:14:31 +02:00
Duplicate ldflags into cross.meson
For some reason, meson ignores LDFLAGS when cross compiling, so those need to be duplicated here...
This commit is contained in:
parent
ff109e148a
commit
282aab5c38
@ -7,8 +7,8 @@ windres = 'i686-w64-mingw32-windres'
|
||||
exe_wrapper = ['wine']
|
||||
|
||||
[properties]
|
||||
c_link_args = ['-static-libgcc']
|
||||
cpp_link_args = ['-static-libgcc', '-static-libstdc++']
|
||||
c_link_args = ['-static-libgcc', '-L/opt/ffbuild/lib', '-O2', '-pipe', '-fstack-protector-strong']
|
||||
cpp_link_args = ['-static-libgcc', '-static-libstdc++', '-L/opt/ffbuild/lib', '-O2', '-pipe', '-fstack-protector-strong']
|
||||
needs_exe_wrapper = true
|
||||
|
||||
[host_machine]
|
||||
|
@ -7,8 +7,8 @@ windres = 'x86_64-w64-mingw32-windres'
|
||||
exe_wrapper = ['wine']
|
||||
|
||||
[properties]
|
||||
c_link_args = ['-static-libgcc']
|
||||
cpp_link_args = ['-static-libgcc', '-static-libstdc++']
|
||||
c_link_args = ['-static-libgcc', '-L/opt/ffbuild/lib', '-O2', '-pipe', '-fstack-protector-strong']
|
||||
cpp_link_args = ['-static-libgcc', '-static-libstdc++', '-L/opt/ffbuild/lib', '-O2', '-pipe', '-fstack-protector-strong']
|
||||
needs_exe_wrapper = true
|
||||
|
||||
[host_machine]
|
||||
|
Loading…
x
Reference in New Issue
Block a user