summaryrefslogtreecommitdiff
path: root/objective-c
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2021-02-10 15:48:27 -0500
committerJoe George <joe@zeroc.com>2021-02-10 15:48:32 -0500
commitd2a81d595797a03741fc7eaaadc55b9d472bfa23 (patch)
treed3c8ad9536af297642e081e4c629548737b27e01 /objective-c
parentFix Visual Studio build depedencies (diff)
downloadice-d2a81d595797a03741fc7eaaadc55b9d472bfa23.tar.bz2
ice-d2a81d595797a03741fc7eaaadc55b9d472bfa23.tar.xz
ice-d2a81d595797a03741fc7eaaadc55b9d472bfa23.zip
Obj-C and Swift build fixes
Diffstat (limited to 'objective-c')
-rw-r--r--objective-c/config/Make.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/config/Make.rules b/objective-c/config/Make.rules
index d699f2c11a0..ce29ab5d561 100644
--- a/objective-c/config/Make.rules
+++ b/objective-c/config/Make.rules
@@ -9,7 +9,7 @@
#
# Objective-C mapping configurations
#
-supported-configs = shared static arc-shared arc-static
+supported-configs = cpp98-shared cpp98-static arc-shared arc-static
ifeq ($(os),Darwin)
include $(lang_srcdir)/config/Make.xcodesdk.rules