Commit c2d09079 authored by Alexandre Julliard's avatar Alexandre Julliard

winebuild: Fix path separator for Cygwin.

parent 91356c3b
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include "build.h" #include "build.h"
#ifdef _WIN32 #if defined(_WIN32) && !defined(__CYGWIN__)
# define PATH_SEPARATOR ';' # define PATH_SEPARATOR ';'
#else #else
# define PATH_SEPARATOR ':' # define PATH_SEPARATOR ':'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment