mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01: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'])
|