summaryrefslogtreecommitdiffstats
path: root/extras/fast_partial.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-17 17:23:45 +0100
committerDavid Robillard <d@drobilla.net>2019-03-17 17:24:02 +0100
commite7a29b6b9b2f842314244c23c14d8f8f560904e1 (patch)
treed2dcbaf61f3749f73dc7a5e10d3fc6cd5e6e129a /extras/fast_partial.py
parent8280f9de69f93624896b8875caf039066cac0314 (diff)
downloadautowaf-e7a29b6b9b2f842314244c23c14d8f8f560904e1.tar.gz
autowaf-e7a29b6b9b2f842314244c23c14d8f8f560904e1.tar.bz2
autowaf-e7a29b6b9b2f842314244c23c14d8f8f560904e1.zip
Upgrade to waf 2.0.15
Diffstat (limited to 'extras/fast_partial.py')
-rw-r--r--extras/fast_partial.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/fast_partial.py b/extras/fast_partial.py
index b3af513..d5b6144 100644
--- a/extras/fast_partial.py
+++ b/extras/fast_partial.py
@@ -17,7 +17,7 @@ Usage::
def options(opt):
opt.load('fast_partial')
-Assuptions:
+Assumptions:
* Mostly for C/C++/Fortran targets with link tasks (object-only targets are not handled)
* For full project builds: no --targets and no pruning from subfolders
* The installation phase is ignored