summaryrefslogtreecommitdiff
path: root/config/swig_ruby.mpb
blob: aa7860205b0b443d3dd68ad2c7f460e88d444fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
project {
  Define_Custom(SWIG) {
    command          = swig
    commandflags     = -ruby -c++
    inputext         = .swg, .swig, .i
    source_outputext = _wrap.cxx
  }
  requires += swig_ruby
  includes += $(RUBY_INCLUDE)/.
  libpaths += $(RUBY_LIBPATH)/.

  specific {
    lib_prefix =
  }
}