mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Correct config macro for expat lib on MacOS
Otherwise build breaks
This commit is contained in:
parent
1c21e9358b
commit
a2543ff60e
@ -34,10 +34,14 @@ ${LIB_SRC_DIRECTORY}expat/lib/xmltok_ns.c
|
|||||||
#${LIB_SRC_DIRECTORY}expat/tests/runtestspp.cpp
|
#${LIB_SRC_DIRECTORY}expat/tests/runtestspp.cpp
|
||||||
)
|
)
|
||||||
# This defines the #define on both Windows and Linux.
|
# This defines the #define on both Windows and Linux.
|
||||||
add_definitions(
|
add_definitions(-D_LIB)
|
||||||
-D_LIB
|
|
||||||
-DCOMPILED_FROM_DSP
|
if(APPLE)
|
||||||
)
|
add_definitions(-DMACOS_CLASSIC)
|
||||||
|
else()
|
||||||
|
add_definitions(-DCOMPILED_FROM_DSP)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_library( ${TARGET} STATIC ${SOURCES})
|
add_library( ${TARGET} STATIC ${SOURCES})
|
||||||
|
|
||||||
target_include_directories( ${TARGET} PRIVATE
|
target_include_directories( ${TARGET} PRIVATE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user