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

- old
+ new

@@ -61,10 +61,10 @@ Dir.chdir(LIBROBOTSTXT_DIR) do Dir.mkdir('c-build') unless Dir.exist?('c-build') Dir.chdir('c-build') do puts 'Building Robotstxt library before creating Makefile...' - run_cmake(5 * 60, '..') + run_cmake(5 * 60, '.. -DBUILD_SHARED_LIBS=OFF') sys(MAKE) end end # Link the dylib directly from the c-build directory