diff --git a/src/systemc/core/SConscript b/src/systemc/core/SConscript index 33e6aafe7f..536c181e5c 100644 --- a/src/systemc/core/SConscript +++ b/src/systemc/core/SConscript @@ -38,7 +38,6 @@ if env['USE_SYSTEMC']: Source('object.cc') Source('port.cc') Source('process.cc') - Source('python.cc') Source('scheduler.cc') Source('sched_event.cc') Source('sensitivity.cc') @@ -63,4 +62,5 @@ if env['USE_SYSTEMC']: Source('sc_time.cc') if env['USE_PYTHON']: + Source('python.cc') Source('sc_main_python.cc')