blob: 1bb275d4ea052da56aaf5399d14c5675747fd09a [file] [log] [blame]
subdir('lib')
pylib = py3.extension_module('tachyon',
'tachyon_module.c',
dependencies : [libtachyon_dep, py3_dep],
)