Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
6b521aaf
Commit
6b521aaf
authored
Aug 17, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: fixed SDK lookup using Xcode 4.2 or later
parent
ea86c8c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
contrib/bootstrap
contrib/bootstrap
+1
-0
contrib/src/main.mak
contrib/src/main.mak
+0
-1
No files found.
contrib/bootstrap
View file @
6b521aaf
...
...
@@ -163,6 +163,7 @@ check_macosx_sdk()
exit
1
fi
add_make
"MACOSX_SDK=
${
SDKROOT
}
"
add_make
"OSX_VERSION ?=
${
OSX_VERSION
}
"
}
...
...
contrib/src/main.mak
View file @
6b521aaf
...
...
@@ -106,7 +106,6 @@ endif
ifdef
HAVE_MACOSX
MIN_OSX_VERSION
=
10.5
MACOSX_SDK
=
/Developer/SDKs/MacOSX
$(OSX_VERSION)
.sdk
CC
=
gcc-4.2
CXX
=
g++-4.2
AR
=
ar
...
...
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