Skip to content

Commit

Permalink
Fixed|Windows: Checking for a 32-bit build in the DirectSound plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 19, 2016
1 parent dc69434 commit cb4061f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/cmake/FindEAX.cmake
@@ -1,4 +1,4 @@
if (WIN32 AND (DENG_ARCH EQUAL 32))
if (WIN32 AND (ARCH_BITS EQUAL 32))
set (_oldPath ${EAX2_LIBRARY})
find_library (EAX2_LIBRARY eax
PATHS ${EAX2_DIR} ENV DENG_DEPEND_PATH
Expand Down

0 comments on commit cb4061f

Please sign in to comment.