diff --git a/setup.py b/setup.py index b5fd057..0946aec 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import os from Cython.Build import cythonize -os.environ['CXX'] = 'h5c++' +#os.environ['CXX'] = 'h5c++' class BuildExtCommand(build_ext): """Custom build_ext command to ensure that the submodule is retrieved and built."""