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

@@ -40,6 +40,9 @@ import SCons
Import('*')
if not env['RUBY']:
Return()
slicc_dir = Dir('../slicc')
protocol_dir = Dir('.')
html_dir = Dir('html')