diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Module_sc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 6373fad86cb7..89b05bab9719 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -34,7 +34,7 @@ $(eval $(call gb_Module_add_targets,sc,\ endif -ifneq ($(OS),IOS) +ifneq ($(OS),iOS) $(eval $(call gb_Module_add_check_targets,sc,\ Library_scqahelper \ $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ @@ -111,7 +111,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_annotationobj \ CppunitTest_sc_annotationsobj \ CppunitTest_sc_cellrangeobj \ - $(if $(filter-out $(OS),IOS), \ + $(if $(filter-out $(OS),iOS), \ CppunitTest_sc_databaserangeobj) \ CppunitTest_sc_datapilottableobj \ CppunitTest_sc_datapilotfieldobj \ |