diff --git a/setup.py b/setup.py index 7763efa..8dc773c 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."""