Undo unneeded CMakeLists.txt change for MinGW.

pull/211/head
Mooneer Salem 2022-07-05 23:01:27 -07:00
parent b3dde28e84
commit a33e2d55dd
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ else(BOOTSTRAP_WXWIDGETS AND NOT EXISTS ${WXCONFIG})
#
if(MINGW)
message(STATUS "System is MinGW.")
add_definitions(-DWIN32=1)
# Default to static build of portaudio until I can figure out why the
# shared DLL doesn't work.
set(USE_STATIC_PORTAUDIO TRUE)