Sha256: 4479b6f32c7686c9ca5e25e8753bb51dc0ccba28062b1297fc9178e8d0b27513
Contents?: true
Size: 456 Bytes
Versions: 10
Compression:
Stored size: 456 Bytes
Contents
file "ext/libuv/Release/libuv.#{FFI::Platform::LIBSUFFIX}" do Dir.chdir("ext/libuv") do |path| system 'vcbuild.bat', 'shared', 'release' end end file "ext/libuv.#{FFI::Platform::LIBSUFFIX}" => "ext/libuv/Release/libuv.#{FFI::Platform::LIBSUFFIX}" do FileUtils.mv("ext/libuv/Release/libuv.#{FFI::Platform::LIBSUFFIX}", "ext/libuv.#{FFI::Platform::LIBSUFFIX}") end CLOBBER.include("ext/libuv/Release/libuv.#{FFI::Platform::LIBSUFFIX}")
Version data entries
10 entries across 10 versions & 1 rubygems