mirror of
https://github.com/apache/cloudstack
synced 2026-08-10 00:16:08 +00:00
4 lines
140 B
Plaintext
4 lines
140 B
Plaintext
if bld.env.DISTRO not in ['Windows','Mac']:
|
|
obj = bld(features = 'py',name='pythonmodules')
|
|
obj.find_sources_in_dirs('lib', exts=['.py'])
|