diff options
author | Joe George <joe@zeroc.com> | 2021-02-10 15:48:27 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-10 15:48:32 -0500 |
commit | d2a81d595797a03741fc7eaaadc55b9d472bfa23 (patch) | |
tree | d3c8ad9536af297642e081e4c629548737b27e01 /objective-c | |
parent | Fix Visual Studio build depedencies (diff) | |
download | ice-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.rules | 2 |
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 |