summaryrefslogtreecommitdiffstats
path: root/test cases/python/8 different python versions/ext/meson.build
blob: b13bb326feca09c0211e5c5bfb61181e164f7955 (plain)
1
2
3
4
5
6
pylib = py.extension_module('tachyon',
  'tachyon_module.c',
  dependencies : py_dep,
)

pypathdir = meson.current_build_dir()