Class: Libv8::Node::Location::MkmfContext

Inherits:
Object
  • Object
show all
Defined in:
ext/libv8-node/location.rb

Instance Method Summary collapse

Instance Method Details

#incflagsObject



65
66
67
# File 'ext/libv8-node/location.rb', line 65

def incflags
  $INCFLAGS # rubocop:disable Style/GlobalVars
end

#ldflagsObject



69
70
71
# File 'ext/libv8-node/location.rb', line 69

def ldflags
  $LDFLAGS # rubocop:disable Style/GlobalVars
end