diff options
Diffstat (limited to 'Build/source/utils/asymptote/runlabel.in')
-rw-r--r-- | Build/source/utils/asymptote/runlabel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/runlabel.in b/Build/source/utils/asymptote/runlabel.in index 9f573eec787..0fa707bfdaa 100644 --- a/Build/source/utils/asymptote/runlabel.in +++ b/Build/source/utils/asymptote/runlabel.in @@ -97,7 +97,7 @@ array *readpath(const string& psname, bool keep, cmd.push_back("-q"); cmd.push_back("-dBATCH"); if(safe) cmd.push_back("-dSAFER"); -#ifdef __CYGWIN__ +#ifdef __MSDOS__ const string null="NUL"; #else const string null="/dev/null"; |