Commit f658a737f66799de50a37cd77d02b6d56b6dcffd

Sam Lantinga 2017-10-15T21:07:01

Fixed bug 3882 - cmake fix for osx Ozkan Sezer In my cross-build environment with cmake-2.8.12.1, cmake does not add SDL_coreaudio.m to its makefiles and the result is a failure. The fix is simple: set the language to C for it as it is done at other places in CMakeLists.txt.