mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
fix openh264 build issue
This commit is contained in:
parent
5cee977967
commit
6fa436a10f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ update-openh264: patch-openh264
|
|||
|
||||
build-openh264: update-openh264
|
||||
cd $(BUILDER_BUILD_DIR)/$(openh264_dir) \
|
||||
&& make CC="xcrun clang" CXX="xcrun clang++" libraries OS=ios ARCH=$(ARCH) PREFIX=$(prefix)\
|
||||
&& make CC="xcrun clang" CXX="xcrun clang++" AR="xcrun ar" RANLIB="xcrun ranlib" libraries OS=ios ARCH=$(ARCH) PREFIX=$(prefix)\
|
||||
&& make install OS=ios ARCH=$(ARCH) PREFIX=$(prefix)
|
||||
|
||||
clean-openh264:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue