Method: Rscons::Builders::SharedLibrary#features
- Defined in:
- lib/rscons/builders/shared_library.rb
#features ⇒ Array<String>
Return a set of build features that this builder provides.
28 29 30 |
# File 'lib/rscons/builders/shared_library.rb', line 28 def features %w[shared] end |