Don't build stub files for pip

This commit is contained in:
mhochsteger@cerbsim.com 2021-11-08 15:49:05 +01:00
parent 543d1a378a
commit 35e5905cca

View File

@ -82,6 +82,7 @@ cmake_args += [
'-DUSE_OCC=ON',
'-DBUILD_FOR_CONDA=ON',
f'-DNETGEN_PYTHON_PACKAGE_NAME={name}',
'-DBUILD_STUB_FILES=OFF',
]
if 'PYDIR' in os.environ: