mirror of https://github.com/procxx/kepka.git
Removed AL_LIBTYPE_STATIC build definition.
Kepka is built against packaged version of OpenAL, so we don't need this. Closes #227. Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
This commit is contained in:
parent
6ebbe5a2a9
commit
9fc007889b
|
@ -565,7 +565,6 @@ if (WIN32)
|
|||
-DHAVE_STDINT_H -DNOMINMAX)
|
||||
endif()
|
||||
|
||||
add_definitions(-DAL_LIBTYPE_STATIC)
|
||||
add_definitions(-DAL_ALEXT_PROTOTYPES)
|
||||
|
||||
if (LINUX)
|
||||
|
|
Loading…
Reference in New Issue