Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
454
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
83422fba
Commit
83422fba
authored
4 years ago
by
Marvin Scholz
Browse files
Options
Downloads
Patches
Plain Diff
macosx: env.build.sh: explicitly request macOS SDK
parent
7c10ffdd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/package/macosx/env.build.sh
+1
-1
1 addition, 1 deletion
extras/package/macosx/env.build.sh
with
1 addition
and
1 deletion
extras/package/macosx/env.build.sh
+
1
−
1
View file @
83422fba
...
...
@@ -116,7 +116,7 @@ vlcSetContribEnvironment() {
local
MINIMAL_OSX_VERSION
=
"
$1
"
if
[
-z
"
$SDKROOT
"
]
;
then
export
SDKROOT
=
"
$(
xcrun
--show-sdk-path
)
"
export
SDKROOT
=
"
$(
xcrun
--sdk
macosx
--show-sdk-path
)
"
fi
echo
"Setting contrib environment with minimum macOS version
$MINIMAL_OSX_VERSION
and SDK
$SDKROOT
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment