Skip to content

Commit

Permalink
Fix error in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguy Fardet committed Jan 29, 2024
1 parent 62137a5 commit 30e0bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymodule/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lopt = {
'msvc': ['/subsystem:windows'],
}

if os_name == "Windows" and ("@CMAKE_BUILD_TYPE@" == "Debug"):
if "@CMAKE_BUILD_TYPE@" == "Debug":
lopt["msvc"].append("/debug")


Expand Down

0 comments on commit 30e0bf0

Please sign in to comment.