Browse Source

automake: add configuration for mingw64 and msys/msys2

tags/5.1.0
Stephen Sinclair 7 years ago
parent
commit
aba5317def
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      configure.ac

+ 3
- 1
configure.ac View File

@@ -166,7 +166,9 @@ AS_IF([test "x$systems" = "x"],
[*-*-freebsd*], [systems="oss"],
[*-*-linux*], [systems="alsa pulse jack oss"],
[*-apple*], [systems="core jack"],
[*-mingw32*], [systems="asio ds wasapi jack"]
[*-mingw32*], [systems="asio ds wasapi jack"],
[*-mingw64*], [systems="asio ds wasapi jack"],
[*-msys*], [systems="asio ds wasapi jack"],
))

# If any were specifically requested disabled, do it.


Loading…
Cancel
Save