Skip to content

Commit

Permalink
trying a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Mar 25, 2024
1 parent de2a269 commit 7d4affb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if(MUSICA_CREATE_ENVIRONMENT_MODULE)
endif()
endif()

if (MUSICA_ENABLE_PYTHON_LIBRARY)
if (MUSICA_ENABLE_PYTHON_LIBRARY and NOT WIN32)
message(STATUS "Python requires shared libraries to be built")
set(BUILD_SHARED_LIBS ON)
endif()
Expand Down

0 comments on commit 7d4affb

Please sign in to comment.