Sha256: e4de8b9bb5a1791358c2ec5f10a4c90895cc1205f4abb49a6234f7d56ea10559
Contents?: true
Size: 295 Bytes
Versions: 2
Compression:
Stored size: 295 Bytes
Contents
require "mkmf" LIBUV = "75c109055d330bdd6177" `cd libuv; git fetch; git reset --hard #{LIBUV}; make; cd ..; cp libuv/uv.a libuv.a` dir_config("uv", File.expand_path("../libuv/include", __FILE__), File.expand_path("../libuv", __FILE__)) have_library("uv") create_makefile("noderb_extension")
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
noderb-0.0.3 | ext/noderb_extension/extconf.rb |
noderb-0.0.2 | ext/noderb_extension/extconf.rb |