mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-26 18:20:22 +01:00
enabled python for the hpux slaves
This commit is contained in:
parent
81e45cdf83
commit
5bad8c7d34
@ -20,7 +20,7 @@ from waflib import Logs
|
||||
# python 2.3 tends to hang for whatever reason :-/
|
||||
PYTHONS = "2.4 2.5 2.6 2.7 3.0 3.1 3.2".split()
|
||||
|
||||
DIRS = 'c'
|
||||
DIRS = ['c', 'python']
|
||||
|
||||
def options(opt):
|
||||
for d in opt.path.ant_glob(DIRS, excl=['build', 'variants'], src=False, dir=True):
|
||||
|
Loading…
x
Reference in New Issue
Block a user