You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Experimental ABI fix to deal with '__cxx11'
This commit is contained in:
@@ -41,8 +41,8 @@ if (APPLE)
|
||||
# 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/
|
||||
set_property(GLOBAL PROPERTY JUCE_MAC "JUCE_MAC")
|
||||
add_definitions(-DNDEBUG)
|
||||
add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)
|
||||
set(EXTENSION "mm")
|
||||
|
||||
set(JUCE_PLATFORM_SPECIFIC_DIR build/macosx/platform_specific_code)
|
||||
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")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user