Revision 2363a29ab700314141ea4ecf26d16c3cd329774d authored by Steven Johnson on 22 October 2019, 00:26:57 UTC, committed by Steven Johnson on 22 October 2019, 00:26:57 UTC
Most of the world is dropping support for Python 2.x no later than January 1, 2020; in theory our Python bindings still support 2.x, but in practice we haven't been reliably testing that configuration. Let's go ahead and drop any pretense of support now; this removes the last dregs of code that assumes that Python 2.x is a possibility.
1 parent c8233fb
Raw File
halide_config.make.tpl
# Machine-Generated: Do Not Edit
HALIDE_SYSTEM_LIBS=@HALIDE_SYSTEM_LIBS_RAW@
HALIDE_RTTI=@HALIDE_RTTI_RAW@
HALIDE_LLVM_CXX_FLAGS=@HALIDE_LLVM_CXX_FLAGS_RAW@
back to top