Added waf config file
This commit is contained in:
parent
85472754b5
commit
2568959a26
1 changed files with 5 additions and 0 deletions
5
wscript
Normal file
5
wscript
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
print("Please run this file using waf, not directly.")
|
||||||
|
exit(1)
|
Loading…
Reference in a new issue