Sha256: 3e76e7c180d5bbab6dbe52728c0708f85e2805103347ae64d2fce654172d9bc5
Contents?: true
Size: 405 Bytes
Versions: 18
Compression:
Stored size: 405 Bytes
Contents
# encoding: UTF-8 desc 'Build the windows binary gems per rake-compiler-dock' task 'gem:windows' => ['ports:cross'] do require 'rake_compiler_dock' # make sure to install our bundle build = ['bundle'] # and finally build the native gem build << 'rake cross native gem RUBY_CC_VERSION=2.7.0:2.6.0:2.5.0:2.4.0 CFLAGS="-Wall" MAKE="make -j`nproc`"' RakeCompilerDock.sh build.join(' && ') end
Version data entries
18 entries across 18 versions & 1 rubygems