blob: 5ccbe223c63745574da6b6b2774679e1e97699cf [file] [log] [blame]
subdir('lib')
pylib = py3_mod.extension_module('tachyon',
'tachyon_module.c',
dependencies : [libtachyon_dep, py3_dep],
)