aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwafbin72475 -> 94174 bytes
-rw-r--r--wscript4
2 files changed, 2 insertions, 2 deletions
diff --git a/waf b/waf
index 62ab137..45a6f80 100755
--- a/waf
+++ b/waf
Binary files differ
diff --git a/wscript b/wscript
index b386720..fba76e3 100644
--- a/wscript
+++ b/wscript
@@ -51,8 +51,8 @@ def configure(conf):
autowaf.define(conf, 'MACHINA_PPQN', 19200)
autowaf.define(conf, 'MACHINA_VERSION', MACHINA_VERSION)
- autowaf.define(conf, 'MACHINA_DATA_DIR', os.path.join(
- conf.env.DATADIR, 'machina'))
+ autowaf.define(conf, 'MACHINA_DATA_DIR',
+ os.path.join(conf.env.DATADIR, 'machina'))
conf.write_config_header('machina_config.h', remove=False)