File: extconf.rb

package info (click to toggle)
ruby-multimap 1.1.2%2Bgh-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 101
  • sloc: ruby: 1,464; ansic: 21; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
if RUBY_PLATFORM == 'java'
  File.open('Makefile', 'w') { |f| f.puts("install:\n\t$(echo Skipping native extensions)") }
else
  require 'mkmf'
  create_makefile('nested_multimap_ext')
end