Sha256: fa857e9c3017388f2b8f9633e46f99a184ea535d33d1ee88296c1fb89e2e045a
Contents?: true
Size: 314 Bytes
Versions: 17
Compression:
Stored size: 314 Bytes
Contents
# -*- coding: utf-8 -*- MRuby::Gem::Specification.new('mruby-mpdecimal') do |spec| spec.authors = ["Simon GĂ©nier"] spec.license = "BSD" spec.summary = "Decimal through mpdecimal" spec.cc do cc.flags += %w(-Wno-declaration-after-statement) cc.defines += %w(CONFIG_64 ASM HAVE_UINT128_T) end end
Version data entries
17 entries across 17 versions & 1 rubygems