Re-enable Mumble support.

READ/WRITE macros have been fixed for C++ since a4f856b0
This commit is contained in:
Nep2Disk 2025-04-06 06:13:55 +00:00
parent 138d27f1b4
commit 2372c11735

View file

@ -91,9 +91,6 @@ endif()
target_compile_definitions(SRB2SDL2 PRIVATE -DHAVE_MIXER -DSOUND=SOUND_MIXER)
target_compile_definitions(SRB2SDL2 PRIVATE -DDIRECTFULLSCREEN -DHAVE_SDL)
# NOMUMBLE till WRITE* macros are fixed for C++ or mumble integration is rewritten
target_compile_definitions(SRB2SDL2 PRIVATE -DNOMUMBLE)
#### Installation ####
if("${CMAKE_SYSTEM_NAME}" MATCHES Darwin)
install(TARGETS SRB2SDL2