mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-11 02:45:18 +01:00
docs
This commit is contained in:
parent
78403e3fbc
commit
1a47ae26c2
@ -6,6 +6,7 @@ NEW IN WAF 1.8.15
|
||||
* Added a workaround for non-standard python installations (Python bug 7352) - #1636
|
||||
* Let conf.check_cfg use contents of conf.env.env as os environment
|
||||
* Enabled gzip compression when creating the Waf file with Jython
|
||||
* Enabled relative paths in --top and --out
|
||||
|
||||
NEW IN WAF 1.8.14
|
||||
-----------------
|
||||
|
@ -37,6 +37,8 @@ SKIP_ME = -2
|
||||
RUN_ME = -3
|
||||
"""The task must be executed"""
|
||||
|
||||
# To save some memory during the build, consider discarding tsk.last_cmd in the two templates below
|
||||
|
||||
COMPILE_TEMPLATE_SHELL = '''
|
||||
def f(tsk):
|
||||
env = tsk.env
|
||||
|
Loading…
Reference in New Issue
Block a user