mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
Added automatic Cygwin detection
[SVN r13663]
This commit is contained in:
@@ -226,7 +226,7 @@ int unlink( char *f ); /* In filevms.c */
|
||||
# define OS_COHERENT
|
||||
# define NO_VFORK
|
||||
# endif
|
||||
# ifdef __cygwin__
|
||||
# if defined(__cygwin__) || defined(__CYGWIN__)
|
||||
# define OSMINOR "OS=CYGWIN"
|
||||
# define OS_CYGWIN
|
||||
# endif
|
||||
@@ -520,3 +520,4 @@ extern struct globs globs;
|
||||
# define DEBUG_PARSE ( globs.debug[ 11 ] ) /* debug parsing */
|
||||
# define DEBUG_GRAPH ( globs.debug[ 12 ] ) /* debug dependencies */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user