mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-04-27 19:45:42 +02:00
Update waf to 1.8.20
This commit is contained in:
parent
f52c0c1c0d
commit
76b3b53bc6
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,4 +1,11 @@
|
|||||||
|
# Mac
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.lock-wafbuild
|
|
||||||
|
# Waf
|
||||||
|
.lock-waf*
|
||||||
.waf-*
|
.waf-*
|
||||||
build/
|
waf3-*/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Visual Studio Code
|
||||||
|
browse.VC.db
|
||||||
|
BIN
waf
vendored
BIN
waf
vendored
Binary file not shown.
1
wscript
1
wscript
@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
# waf 1.6.10
|
|
||||||
|
|
||||||
VERSION='0.3.3'
|
VERSION='0.3.3'
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user