summaryrefslogtreecommitdiff
path: root/external/cppunit/ExternalProject_cppunit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/cppunit/ExternalProject_cppunit.mk')
-rw-r--r--external/cppunit/ExternalProject_cppunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/cppunit/ExternalProject_cppunit.mk b/external/cppunit/ExternalProject_cppunit.mk
index d4f063b989b3..51e436b35cf4 100644
--- a/external/cppunit/ExternalProject_cppunit.mk
+++ b/external/cppunit/ExternalProject_cppunit.mk
@@ -29,7 +29,7 @@ else
cppunit_CXXFLAGS=$(CXXFLAGS)
-ifneq (,$(filter ANDROID DRAGONFLY FREEBSD IOS LINUX NETBSD OPENBSD,$(OS)))
+ifneq (,$(filter ANDROID DRAGONFLY FREEBSD iOS LINUX NETBSD OPENBSD,$(OS)))
ifneq (,$(gb_ENABLE_DBGUTIL))
cppunit_CXXFLAGS+=-D_GLIBCXX_DEBUG
endif