Exclude MinGW headers from source/project files on non-MinGW platforms
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -120,6 +120,7 @@ AWKCOMMAND='
|
||||
if ($0 == "WIN32" && "'$os'" != "MINGW" &&
|
||||
"'$os'" != "CYGWIN" && "'$os'" != "MSVC") { next; }
|
||||
if ($0 == "MSVC" && "'$os'" != "MSVC") { next; }
|
||||
if ($0 == "MINGW" && "'$os'" != "MINGW") { next; }
|
||||
if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; }
|
||||
if ($0 == "FLUIDSYNTH" && "'$fluidsynth'" == "" ) { next; }
|
||||
if ($0 == "USE_XAUDIO2" && "'$with_xaudio2'" == "0") { next; }
|
||||
|
||||
Reference in New Issue
Block a user