Sha256: 458dae7a6b6303d56b9a4edef54d8e882b2ae9c36add79b11e1f102a36fbf8b3
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 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 HAVE_UINT128_T) cc.defines += RUBY_PLATFORM =~ /x86/i ? %w(ASM) : %w(ANSI) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
script_core-0.3.2 | ext/enterprise_script_service/mruby-mpdecimal/mrbgem.rake |