WebKit Bugzilla
Attachment 373147 Details for
Bug 199337
: unable to build WebRTC for iOS Simulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199337-20190629065029.patch (text/plain), 1.43 KB, created by
Dean Jackson
on 2019-06-28 13:50:30 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dean Jackson
Created:
2019-06-28 13:50:30 PDT
Size:
1.43 KB
patch
obsolete
>Subversion Revision: 246908 >diff --git a/Source/ThirdParty/libwebrtc/ChangeLog b/Source/ThirdParty/libwebrtc/ChangeLog >index b15a82d923bc47da72fb7806cb1864ddd55a3058..a9c0be340dadbcfd681615a7d3586acb29b21e89 100644 >--- a/Source/ThirdParty/libwebrtc/ChangeLog >+++ b/Source/ThirdParty/libwebrtc/ChangeLog >@@ -1,3 +1,15 @@ >+2019-06-28 Dean Jackson <dino@apple.com> >+ >+ unable to build WebRTC for iOS Simulator >+ https://bugs.webkit.org/show_bug.cgi?id=199337 >+ <rdar://problem/52020841> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Only build for macOS. >+ >+ * Makefile: >+ > 2019-06-27 Beth Dakin <bdakin@apple.com> > > Upstream use of MACCATALYST >diff --git a/Source/ThirdParty/libwebrtc/Makefile b/Source/ThirdParty/libwebrtc/Makefile >index 97566b80b68d0796b6ad767d5ac43293add3c87b..21abfdb9d1721276bfacccd8cc9df4cd9178c2b9 100644 >--- a/Source/ThirdParty/libwebrtc/Makefile >+++ b/Source/ThirdParty/libwebrtc/Makefile >@@ -1,7 +1,15 @@ >-ifneq (,$(SDKROOT)) >- ifneq (,$(findstring watch,$(SDKROOT))) >- OTHER_OPTIONS += -target boringssl >- endif >+ifneq (,$(findstring iphone,$(SDKROOT))) >+ OVERRIDE_SDKROOT = default >+ OVERRIDE_ARCHS = default >+endif >+ifneq (,$(findstring watch,$(SDKROOT))) >+ OTHER_OPTIONS += -target boringssl >+ OVERRIDE_SDKROOT = default >+ OVERRIDE_ARCHS = default >+endif >+ifneq (,$(findstring tv,$(SDKROOT))) >+ OVERRIDE_SDKROOT = default >+ OVERRIDE_ARCHS = default > endif > > include ../Makefile.shared
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199337
:
373147
|
373154