Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
cerbero
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nirbheek Chauhan
cerbero
Commits
26883112
Commit
26883112
authored
Oct 17, 2018
by
Justin Kim
Committed by
Sebastian Dröge
Oct 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvpx: Use libc++ also on iOS
https://bugzilla.gnome.org/show_bug.cgi?id=797296
parent
89971e4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
recipes/libvpx.recipe
recipes/libvpx.recipe
+1
-1
No files found.
recipes/libvpx.recipe
View file @
26883112
...
...
@@ -54,7 +54,7 @@ class Recipe(recipe.Recipe):
elif self.config.target_arch == Architecture.ARM64:
arch = 'arm64'
if self.config.
platform == Platform.DARWIN
:
if self.config.
target_platform in [Platform.DARWIN, Platform.IOS]
:
# make sure the linker uses the correct stdlib when building with
# 10.13 which makes the usage of libstdc++ a hard error.
self.append_env('LDFLAGS', '-stdlib=libc++')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment