Top Level Namespace

Defined Under Namespace

Modules: SimplerTiles

Constant Summary collapse

ROOT =
File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))
LIBDIR =
INCLUDEDIR =
HEADER_DIRS =
[
 '/usr/local/include',
 '/usr/X11/include',
 '/usr/local/opt/gettext/include',
 INCLUDEDIR,
 '/usr/include'
]
LIB_DIRS =
[
 '/usr/local/lib',
 '/usr/X11/lib',
 '/usr/local/opt/gettext/lib',
 LIBDIR,
 '/usr/lib',
]

Instance Method Summary collapse

Instance Method Details

#missing(lib) ⇒ Object



32
33
34
# File 'ext/simpler_tiles/extconf.rb', line 32

def missing(lib)
  abort "Could not find #{lib}, you may have to change your load path."
end