mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Use "enable-network" instead of NETWORK_SUPPORT
This commit is contained in:
parent
02d7ab6939
commit
a1affca2ca
1 changed files with 2 additions and 2 deletions
|
@ -206,9 +206,9 @@ if ( WIN32 )
|
|||
|
||||
set ( WINDOWS_SUPPORT ${HAVE_WINDOWS_H} )
|
||||
|
||||
if ( NETWORK_SUPPORT )
|
||||
if ( enable-network )
|
||||
set ( WINDOWS_LIBS "${WINDOWS_LIBS};ws2_32" )
|
||||
endif ( NETWORK_SUPPORT )
|
||||
endif ( enable-network )
|
||||
|
||||
if ( enable-dsound AND HAVE_DSOUND_H )
|
||||
set ( WINDOWS_LIBS "${WINDOWS_LIBS};dsound" )
|
||||
|
|
Loading…
Reference in a new issue