Skip to content

Commit

Permalink
Find python3 libraries when built with pydebug enabled
Browse files Browse the repository at this point in the history
Change-Id: I5ab48078f8a4468865bc0a961f78d2d578b8f81c
Reviewed-by: Hugo Parente Lima <[email protected]>
  • Loading branch information
jpe authored and hugopl committed Dec 11, 2012
1 parent eb293c2 commit fdf8e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindPython3Libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ INCLUDE(CMakeFindFrameworks)

FOREACH(_CURRENT_VERSION 3.2 3.1 3.0)
IF(_CURRENT_VERSION GREATER 3.1)
SET(_32FLAGS "m" "u" "mu" "")
SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "")
ELSE()
SET(_32FLAGS "")
ENDIF()
Expand Down

0 comments on commit fdf8e4b

Please sign in to comment.