summaryrefslogtreecommitdiff
path: root/tools/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/common.py')
-rw-r--r--tools/common.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/common.py b/tools/common.py
deleted file mode 100644
index 4bd5ada..0000000
--- a/tools/common.py
+++ /dev/null
@@ -1,9 +0,0 @@
-def exists(env):
- return True
-
-
-def generate(env):
- env["DEPS_SOURCE"] = env.Dir("#thirdparty").abspath
- env["DEPS_BUILD"] = env.Dir("#bin/thirdparty").abspath + "/{}.{}.dir".format(
- env["suffix"][1:], "RelWithDebInfo" if env["debug_symbols"] else "Release"
- )