From 86c6a4bdf261845348b0452ef1099d82e134c2a0 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 17 Dec 2015 01:25:46 -0500 Subject: Add initial drafts of the build scripts. --- scripts/defaults.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/defaults.py (limited to 'scripts/defaults.py') diff --git a/scripts/defaults.py b/scripts/defaults.py new file mode 100644 index 0000000..96dfcc9 --- /dev/null +++ b/scripts/defaults.py @@ -0,0 +1,4 @@ +import os + +BUILD_DIR = 'build' +BUILD_CONFIG = os.path.join(BUILD_DIR, 'build-config.json') -- cgit v1.2.3