Commit 90b330d5 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: Don't set -DMACOSX_DEPLOYMENT_TARGET=10.4 -mmacosx-version-min=10.4.

parent 649cc5b5
include_directories( . ) 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 # vlc
add_executable(vlc vlc.c) add_executable(vlc vlc.c)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment