From 601032c42b30ab8062b28d19587307dccd67064e Mon Sep 17 00:00:00 2001 From: bostonrwalker Date: Tue, 11 Jan 2022 12:17:22 -0500 Subject: [PATCH] Rename zt_wrap.cxx to zt_wrap.cpp Reason: Python distutils invocation of SWIG will output "zt_wrap.cpp" instead of "zt_wrap.cxx", and if both files are present the compiler will get confused. --- src/bindings/python/{zt_wrap.cxx => zt_wrap.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/bindings/python/{zt_wrap.cxx => zt_wrap.cpp} (100%) diff --git a/src/bindings/python/zt_wrap.cxx b/src/bindings/python/zt_wrap.cpp similarity index 100% rename from src/bindings/python/zt_wrap.cxx rename to src/bindings/python/zt_wrap.cpp