Skip to content

Commit

Permalink
WINDOWS_BITS
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 2, 2018
1 parent e8f692b commit 29aec39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/dird/CMakeLists.txt
Expand Up @@ -26,8 +26,8 @@ IF(HAVE_WIN32)
../../include
../../dird
../..)
link_directories(${CMAKE_SOURCE_DIR}/src/win32/plugins/python/lib/64)
add_definitions(-DMS_WIN64)
link_directories(${CMAKE_SOURCE_DIR}/src/win32/plugins/python/lib/${WINDOWS_BITS})
add_definitions(-DMS_WIN${WINDOWS_BITS})
ELSE()
include_directories(../.. . ../../include ../../dird)
ENDIF()
Expand Down

0 comments on commit 29aec39

Please sign in to comment.