Sha256: 4554ce27db4e322466b2ae31546d9b7c9d90b82a8160d8838a2cc88827f12820
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rotoscope-0.3.1.pre.3 | ext/rotoscope/extconf.rb |
rotoscope-0.3.1.pre.2 | ext/rotoscope/extconf.rb |