ruby: add RUBY sticky option that must be set to add ruby to the build

Default is false
This commit is contained in:
Nathan Binkert
2009-05-11 10:38:46 -07:00
parent b174ec065e
commit cf6b4ef734
22 changed files with 69 additions and 6 deletions

View File

@@ -30,6 +30,9 @@
Import('*')
if not env['RUBY']:
Return()
Source('DirectoryMemory.cc')
Source('MemoryControl.cc')
Source('MemoryNode.cc')