diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2018-03-25 14:00:26 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-03-25 14:33:27 -0400 |
commit | 10566a814fc07072385fc72c25158d79f25a8a36 (patch) | |
tree | 424c965e56ae5f8c138c23b9973916b7530ecea5 /aclocal.m4 | |
parent | 7bb1fde13be3b319bb567b1faa84436600aa47ab (diff) | |
download | haskell-10566a814fc07072385fc72c25158d79f25a8a36.tar.gz |
Support iOS variants elsewhere when configuring
Reviewers: hvr, bgamari, angerman
Reviewed By: angerman
Subscribers: rwbarton, thomie, erikd, carter, angerman
Differential Revision: https://phabricator.haskell.org/D4513
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index e19cbf2aa9..b0a3d44cd6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -242,7 +242,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS], linux|linux-android) test -z "[$]2" || eval "[$]2=OSLinux" ;; - darwin|ios) + darwin|ios|watchos|tvos) test -z "[$]2" || eval "[$]2=OSDarwin" ;; solaris2) |