Update waf to 1.8.20

This commit is contained in:
Jan Niklas Hasse 2016-04-13 17:56:42 +02:00
parent f52c0c1c0d
commit 76b3b53bc6
3 changed files with 9 additions and 3 deletions

11
.gitignore vendored
View File

@ -1,4 +1,11 @@
# Mac
.DS_Store
.lock-wafbuild
# Waf
.lock-waf*
.waf-*
build/
waf3-*/
build/
# Visual Studio Code
browse.VC.db

BIN
waf vendored

Binary file not shown.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python
# encoding: utf-8
# waf 1.6.10
VERSION='0.3.3'
import sys