summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2021-03-01 14:22:40 -0500
committerJoe George <joe@zeroc.com>2021-03-01 14:22:40 -0500
commit323e7c95832d71fad298e69deddf412c347cee87 (patch)
treeccc03581b0a5d021f6146743eeca64f5e7cbbeb3 /python
parentFix version string and objc build (diff)
downloadice-323e7c95832d71fad298e69deddf412c347cee87.tar.bz2
ice-323e7c95832d71fad298e69deddf412c347cee87.tar.xz
ice-323e7c95832d71fad298e69deddf412c347cee87.zip
Make fixes for c++98 dependencies
Diffstat (limited to 'python')
-rw-r--r--python/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Makefile b/python/Makefile
index 835f2694d8d..fe2bc5e7f2e 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -14,6 +14,7 @@ include $(top_srcdir)/config/Make.rules
#
# Load C++ dependencies
#
+cpp98_projects = %
$(eval $(call load-dependencies,$(addprefix $(top_srcdir)/cpp/src/,Ice IceSSL IceLocatorDiscovery IceDiscovery)))
#