Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
90b330d5
Commit
90b330d5
authored
Feb 04, 2008
by
Pierre d'Herbemont
Browse files
cmake: Don't set -DMACOSX_DEPLOYMENT_TARGET=10.4 -mmacosx-version-min=10.4.
parent
649cc5b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/buildsystem/cmake/CMakeLists/src_CMakeLists.txt
View file @
90b330d5
include_directories( . )
add_definitions(-Dasm=__asm__ -D_INTL_REDIRECT_MACROS
-DMACOSX_DEPLOYMENT_TARGET=10.4 -mmacosx-version-min=10.4
)
add_definitions(-Dasm=__asm__ -D_INTL_REDIRECT_MACROS)
# vlc
add_executable(vlc vlc.c)
...
...
Write
Preview
Supports
Markdown
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