summaryrefslogtreecommitdiff
path: root/liborcus
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-19 01:08:59 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-19 01:11:17 +0300
commitd4324078c4a446c6d4633237e7bf44e9dbd7d5cb (patch)
tree8ae7318a107d4937dd75ed9e6c03c19bf5954f5e /liborcus
parent29bfb507b39b84a788df66d91e23166a8cfa88f2 (diff)
No _GLIBCXX_DEBUG for iOS here, either
Change-Id: Ib21df33799f8a2ef552d8ecdf7f6fa9b82e1a178
Diffstat (limited to 'liborcus')
-rw-r--r--liborcus/ExternalProject_liborcus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/liborcus/ExternalProject_liborcus.mk b/liborcus/ExternalProject_liborcus.mk
index 75099fa46baf..301141acf1d6 100644
--- a/liborcus/ExternalProject_liborcus.mk
+++ b/liborcus/ExternalProject_liborcus.mk
@@ -57,7 +57,7 @@ endif
# library (glibc), the NDK does offer the GNU C++ library as one of
# the C++ libraries available, and we use it.
#
-ifneq (,$(filter ANDROID DRAGONFLY FREEBSD IOS LINUX NETBSD OPENBSD,$(OS)))
+ifneq (,$(filter ANDROID DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS)))
ifneq (,$(gb_ENABLE_DBGUTIL))
liborcus_CPPFLAGS+=-D_GLIBCXX_DEBUG
endif