diff options
author | lloyd <[email protected]> | 2007-10-20 21:05:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-10-20 21:05:10 +0000 |
commit | 28532b0a978a35267a1d31002e5585286639fa7f (patch) | |
tree | 5de0903c1f842066c2d2c25806bc451c56592552 | |
parent | a1797765efa6ef33f08905e962bfed5bbfcda912 (diff) |
Make mswin32 an alias for Windows so we will detect it by comparing it
with Perl's $^O
-rw-r--r-- | misc/config/os/windows | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/config/os/windows b/misc/config/os/windows index 44b2a102b..e1170d79c 100644 --- a/misc/config/os/windows +++ b/misc/config/os/windows @@ -27,4 +27,5 @@ ia64 # in theory <aliases> win32 +mswin32 </aliases> |