diff options
Diffstat (limited to 'src/python/SConscript')
-rw-r--r-- | src/python/SConscript | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/python/SConscript b/src/python/SConscript index 1e7746930..cfd2afeff 100644 --- a/src/python/SConscript +++ b/src/python/SConscript @@ -64,8 +64,8 @@ PySource('m5.util', 'm5/util/pybind.py') PySource('m5.internal', 'm5/internal/__init__.py') PySource('m5.internal', 'm5/internal/params.py') -Source('pybind11/core.cc', skip_no_python=True) -Source('pybind11/debug.cc', skip_no_python=True) -Source('pybind11/event.cc', skip_no_python=True) -Source('pybind11/pyobject.cc', skip_no_python=True) -Source('pybind11/stats.cc', skip_no_python=True) +Source('pybind11/core.cc', add_tags='python') +Source('pybind11/debug.cc', add_tags='python') +Source('pybind11/event.cc', add_tags='python') +Source('pybind11/pyobject.cc', add_tags='python') +Source('pybind11/stats.cc', add_tags='python') |