Sha256: 54b230583580cbe0ed5d0bec560931c9e122610594c34822cfee8f3ac49a2f89
Contents?: true
Size: 389 Bytes
Versions: 24
Compression:
Stored size: 389 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.4.0:2.3.0:2.2.2:2.1.6:2.0.0 CFLAGS="-Wall"' RakeCompilerDock.sh build.join(' && ') end
Version data entries
24 entries across 24 versions & 1 rubygems