Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #289 mingw64 build
  • Loading branch information
zdenop committed Mar 23, 2016
1 parent a02ef80 commit bd424f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -85,7 +85,7 @@ OPENCL_LIBS="-lOpenCL"
#############################
AC_CANONICAL_HOST
case "${host_os}" in
mingw32*)
mingw*)
AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system])
AM_CONDITIONAL(T_WIN, true)
AM_CONDITIONAL(MINGW, true)
Expand Down

0 comments on commit bd424f6

Please sign in to comment.