Skip to content
Snippets Groups Projects
Commit 5847f848 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[configure] add warning about unsupported Cygwin

parent a7c274b2
No related branches found
No related tags found
No related merge requests found
......@@ -416,6 +416,8 @@ if test "$OCAML_OS_TYPE" = "Win32"; then
else
OCAMLWIN32=no
if test "$OCAML_OS_TYPE" = "Cygwin"; then
AC_MSG_WARN([Compilation using Cygwin is unsupported;
consider using a MinGW-based compiler.])
AC_MSG_RESULT(Cygwin)
PLATFORM=Cygwin
EXE=.exe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment