foxygit / doom Log in
commit 4820b9d5815aae50abe0626ca6615030fc6f8b85
Author:     Alex Mayfield <alexmax2742@gmail.com>
AuthorDate: Sat Jun 9 19:10:07 2018 -0400
Commit:     Alex Mayfield <alexmax2742@gmail.com>
CommitDate: Sat Jun 9 19:10:07 2018 -0400

    Confirm that libpng and SRC works under MSYS2
---
 cmake/Findsamplerate.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/Findsamplerate.cmake b/cmake/Findsamplerate.cmake
index 02530d0b..f6a4804f 100644
--- a/cmake/Findsamplerate.cmake
+++ b/cmake/Findsamplerate.cmake
@@ -26,8 +26,8 @@
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 # Currently works with the following generators:
-# - Unix Makefiles
-# - Ninja
+# - Unix Makefiles (Linux, MSYS2)
+# - Ninja (Linux, MSYS2)
 # - Visual Studio

 # Use pkg-config to find library locations in *NIX environments.