Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
da489c12
Commit
da489c12
authored
Apr 09, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: sanitize default OSX environment settings
parent
2460084e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
contrib/src/main.mak
contrib/src/main.mak
+6
-6
No files found.
contrib/src/main.mak
View file @
da489c12
...
...
@@ -115,12 +115,12 @@ endif
ifdef
HAVE_MACOSX
MIN_OSX_VERSION
=
10.5
CC
=
gcc-4.2
CXX
=
g++-4.2
AR
=
ar
LD
=
ld
STRIP
=
strip
RANLIB
=
ranlib
CC
=
xcrun llvm-
gcc-4.2
CXX
=
xcrun llvm-
g++-4.2
AR
=
xcrun
ar
LD
=
xcrun
ld
STRIP
=
xcrun
strip
RANLIB
=
xcrun
ranlib
EXTRA_CFLAGS
+=
-isysroot
$(MACOSX_SDK)
-mmacosx-version-min
=
$(MIN_OSX_VERSION)
-DMACOSX_DEPLOYMENT_TARGET
=
$(MIN_OSX_VERSION)
EXTRA_LDFLAGS
+=
-Wl
,-syslibroot,
$(MACOSX_SDK)
-mmacosx-version-min
=
$(MIN_OSX_VERSION)
-isysroot
$(MACOSX_SDK)
-DMACOSX_DEPLOYMENT_TARGET
=
$(MIN_OSX_VERSION)
ifeq
($(ARCH),x86_64)
...
...
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