mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
Pass 'enable_i386' to the underlying makefile
This commit is contained in:
parent
ab1f072deb
commit
511508c5b3
1 changed files with 6 additions and 2 deletions
|
|
@ -102,8 +102,12 @@ warning:
|
|||
endif
|
||||
|
||||
LINPHONE_OPTIONS=enable_gpl_third_parties=$(enable_gpl_third_parties) \
|
||||
enable_zrtp=$(enable_zrtp) enable_opus=$(enable_opus) \
|
||||
enable_debug=$(enable_debug) enable_ffmpeg=$(enable_ffmpeg) enable_tunnel=$(enable_tunnel)
|
||||
enable_zrtp=$(enable_zrtp) \
|
||||
enable_opus=$(enable_opus) \
|
||||
enable_debug=$(enable_debug) \
|
||||
enable_ffmpeg=$(enable_ffmpeg) \
|
||||
enable_tunnel=$(enable_tunnel) \
|
||||
enable_i386=$(enable_i386)
|
||||
|
||||
armv7_host=armv7-apple-darwin.ios
|
||||
aarch64_host=aarch64-apple-darwin.ios
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue