meson.build 133 B

1234567
  1. pylib = py3_mod.extension_module('tachyon',
  2. 'tachyon_module.c',
  3. dependencies : py3_dep,
  4. )
  5. pypathdir = meson.current_build_dir()