mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Disable IPv6 on OS/2
OS/2 does not support IPv6, yet. Signed-off-by: derselbst <tom.mbrt@googlemail.com>
This commit is contained in:
parent
8d5cccdb80
commit
d495b0cfc2
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ endif ( ${CMAKE_SYSTEM} MATCHES "Darwin" )
|
|||
|
||||
if ( ${CMAKE_SYSTEM} MATCHES "OS2" )
|
||||
option ( enable-dart "compile DART support (if it is available)" on )
|
||||
set ( enable-ipv6 off )
|
||||
endif ( ${CMAKE_SYSTEM} MATCHES "OS2" )
|
||||
|
||||
# Initialize the library directory name suffix.
|
||||
|
|
Loading…
Reference in a new issue