Sha256: 07c5e2404c8523697d180da76517fd89f283d49efc917af2ba558943ad273677
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true require "mkmf" $CFLAGS << ' -std=c99' $CFLAGS << ' -Wall' $CFLAGS << ' -Wno-declaration-after-statement' unless ['0', '', nil].include?(ENV['ROTOSCOPE_COMPILE_ERROR']) $CFLAGS << ' -Werror' end $defs << "-D_POSIX_SOURCE" create_makefile('rotoscope/rotoscope')
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rotoscope-0.3.1.pre.1 | ext/rotoscope/extconf.rb |
rotoscope-0.3.0 | ext/rotoscope/extconf.rb |
rotoscope-0.3.0.pre.9 | ext/rotoscope/extconf.rb |