Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/test-win' into fix/cmake-args
Browse files Browse the repository at this point in the history
  • Loading branch information
yamachu committed Sep 15, 2021
2 parents 1f622fb + a0da819 commit 239222c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ def escape_macros(macros):
extra_link_args=[],
libraries=["winmm"] if platform_is_windows else [],
language="c++",
define_macros=custom_define_macros(
[
("AUDIO_PLAY_NONE", None),
]
),
)
]

Expand Down

0 comments on commit 239222c

Please sign in to comment.