Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/13979
Change subject: systemc: Only build python utility code if python is
enabled.
......................................................................
systemc: Only build python utility code if python is enabled.
Change-Id: I58054ddd0d5ef0dbee18028c4218e7418347f959
---
M src/systemc/core/SConscript
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/systemc/core/SConscript b/src/systemc/core/SConscript
index 33e6aaf..536c181 100644
--- a/src/systemc/core/SConscript
+++ b/src/systemc/core/SConscript
@@ -38,7 +38,6 @@
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 @@
Source('sc_time.cc')
if env['USE_PYTHON']:
+ Source('python.cc')
Source('sc_main_python.cc')
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/13979
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I58054ddd0d5ef0dbee18028c4218e7418347f959
Gerrit-Change-Number: 13979
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev