mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-13 04:44:39 +00:00
Check for cygwin' as well as cygwin32', since
Estimated hours taken: 0.1 scripts/ml.in: Check for `cygwin' as well as `cygwin32', since Cygwin32 has been renamed as Cygwin now.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# @configure_input@
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1995-1998 The University of Melbourne.
|
||||
# Copyright (C) 1995-1999 The University of Melbourne.
|
||||
# This file may only be copied under the terms of the GNU General
|
||||
# Public License - see the file COPYING in the Mercury distribution.
|
||||
#---------------------------------------------------------------------------#
|
||||
@@ -95,7 +95,7 @@ BROWSER_LIB_NAME=mer_browser
|
||||
|
||||
verbose=false
|
||||
case $FULLARCH in
|
||||
*-win95|*-winnt|*-win32|*-cygwin32)
|
||||
*-win95|*-winnt|*-win32|*-cygwin32|*-cygwin)
|
||||
# `gcc -s' is broken in gnu-win32
|
||||
strip=false
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user