mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 13:35:41 +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'])
|