Skip to content

Commit b7e2212

Browse files
authored
Merge pull request #5 from ferdnyc/fix-mac-debug
Remove some outdated Mac defines
2 parents dfcd62b + db76d1b commit b7e2212

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,7 @@ if (WIN32)
3838
endif()
3939

4040
if (APPLE)
41-
# If you still get errors compiling with GCC 4.8, mac headers need to be patched: http://hamelot.co.uk/programming/osx-gcc-dispatch_block_t-has-not-been-declared-invalid-typedef/
42-
set_property(GLOBAL PROPERTY JUCE_MAC "JUCE_MAC")
43-
add_definitions(-DNDEBUG)
4441
set(EXTENSION "mm")
45-
46-
set(JUCE_PLATFORM_SPECIFIC_DIR build/macosx/platform_specific_code)
47-
set(JUCE_PLATFORM_SPECIFIC_LIBRARIES "-framework Carbon -framework Cocoa -framework CoreFoundation -framework CoreAudio -framework CoreMidi -framework IOKit -framework AGL -framework AudioToolbox -framework QuartzCore -lobjc -framework Accelerate")
4842
endif()
4943

5044
################ IMAGE MAGICK ##################

0 commit comments

Comments
 (0)