summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2020-08-17 12:23:36 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2020-08-17 12:23:36 +0200
commit6a6e08b62cffee4501c06d81dbacb7724e6f26be (patch)
tree4c4a7ed0350b538243e6f75cb49c1420dcbb4fb0
parent51d68b39fbc25b26d84b1281b667a3fa71b97c4f (diff)
downloadnspr-hg-6a6e08b62cffee4501c06d81dbacb7724e6f26be.tar.gz
Bug 1656187 - Follow-up to change forgotten configure, too. r=kaie
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 96f97293..9ade0e54 100755
--- a/configure
+++ b/configure
@@ -5587,6 +5587,7 @@ if test -n "$CROSS_COMPILE"; then
linux*) OS_ARCH=Linux ;;
solaris*) OS_ARCH=SunOS OS_RELEASE=5 ;;
mingw*) OS_ARCH=WINNT CPU_ARCH=x86 ;;
+ cygwin*) OS_ARCH=WINNT ;;
darwin*) OS_ARCH=Darwin ;;
riscos*) OS_ARCH=RISCOS ;;
esac