aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/39 python extmodule/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()