Skip to content

Commit

Permalink
Removed AL_LIBTYPE_STATIC build definition.
Browse files Browse the repository at this point in the history
Kepka is built against packaged version of OpenAL, so we don't need this.

Closes #227.

Signed-off-by: Vitaly Zaitsev <[email protected]>
  • Loading branch information
xvitaly committed Mar 16, 2019
1 parent 6ebbe5a commit b4ed5ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Telegram/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ if (WIN32)
-DHAVE_STDINT_H -DNOMINMAX)
endif()

add_definitions(-DAL_LIBTYPE_STATIC)
add_definitions(-DAL_ALEXT_PROTOTYPES)

if (LINUX)
Expand Down

0 comments on commit b4ed5ab

Please sign in to comment.