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



67
68
69
# File 'ext/libv8-node/location.rb', line 67

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

#ldflagsObject



71
72
73
# File 'ext/libv8-node/location.rb', line 71

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