Sha256: 3d306e87b6f104ec3d4c327f52cf21cb5c95572970a5f84d6d5ec873ac57d3b2

Contents?: true

Size: 239 Bytes

Versions: 1

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true

# Set up `RUBYOPT=-I/absolute/path/to/lib/mingw-make/ -rrbconfig-patch` for subprocesses
ENV['RUBYOPT'] = "#{ENV['RUBYOPT']} -I#{File.join __dir__, 'mingw-make'} -rrbconfig-patch"
ENV['MAKE'] ||= 'make'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mingw-make-1.2.0-x64-mingw-ucrt lib/mingw-make.rb