ruby: add RUBY sticky option that must be set to add ruby to the build
Default is false
This commit is contained in:
@@ -30,5 +30,8 @@
|
||||
|
||||
Import('*')
|
||||
|
||||
if not env['RUBY']:
|
||||
Return()
|
||||
|
||||
Source('RubyEventQueue.cc')
|
||||
Source('RubyEventQueueNode.cc')
|
||||
|
||||
Reference in New Issue
Block a user