Skip to content
Snippets Groups Projects
Commit b41d7adf authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

Fix Ubuntu compilation problem

parent 4199f6dd
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,11 @@ if (FMOD)
audioengine_fmod.h
listener_fmod.h
)
if (LINUX AND ${GXX_VERSION} MATCHES "4.[23]")
set_source_files_properties(audioengine_fmod.cpp
COMPILE_FLAGS -Wno-error=write-strings)
endif (LINUX AND ${GXX_VERSION} MATCHES "4.[23]")
endif (FMOD)
set_source_files_properties(${llaudio_HEADER_FILES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment