ext/robotstxt/extconf.rb in google_robotstxt_parser-0.0.5 vs ext/robotstxt/extconf.rb in google_robotstxt_parser-0.0.6

- old
+ new

@@ -42,11 +42,12 @@ unless MAKE abort 'ERROR: GNU make is required to build Google Robotstxt Parser.' end -CWD = __dir__ -LIBROBOTSTXT_DIR = File.join(CWD, 'robotstxt') +# CWD = __dir__ +# LIBROBOTSTXT_DIR = File.join(CWD, 'robotstxt') +LIBROBOTSTXT_DIR = File.join('.', 'robotstxt') LIBDIR = RbConfig::CONFIG['libdir'] INCLUDEDIR = RbConfig::CONFIG['includedir'] HEADER_DIRS = [