Top Level Namespace

Defined Under Namespace

Modules: Mspack

Constant Summary collapse

LIB_NAME =
'mspack'
LIB_FUNCTION =
'mspack_version'
HEADER_DIRS =
[
  '/usr/local/include',           # homebrew / from source
  RbConfig::CONFIG['includedir'], # ruby install locations
  '/usr/include'                  # fallback
]
LIB_DIRS =
[
  '/usr/local/lib',               # homebrew / from source
  RbConfig::CONFIG['libdir'],     # ruby install locations
  '/usr/lib'                      # fallback
]