diff options
author | David Robillard <d@drobilla.net> | 2018-09-16 14:43:09 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-16 14:43:09 +0200 |
commit | 2e1d46486fdceb7d432416048c9d61fc265a82e2 (patch) | |
tree | eddfd4a3dca86810e67d6fd3ac5b6f5314a03801 /src/gui/wscript | |
parent | f585ce3c117fa45292c39ddd0db06d7abbc103b4 (diff) | |
download | machina-2e1d46486fdceb7d432416048c9d61fc265a82e2.tar.gz machina-2e1d46486fdceb7d432416048c9d61fc265a82e2.tar.bz2 machina-2e1d46486fdceb7d432416048c9d61fc265a82e2.zip |
Clean up wscript
Diffstat (limited to 'src/gui/wscript')
-rw-r--r-- | src/gui/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript index a5a04be..0eef312 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -38,6 +38,5 @@ def build(bld): obj.target = 'machina_gui' obj.source = 'main.cpp' obj.includes = ['.', '../..', '../engine'] - obj.defines = 'VERSION="' + bld.env.MACHINA_VERSION + '"' obj.use = 'libmachina_engine libmachina_gui' autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM GTKMM SORD RAUL MACHINA EUGENE GANV LV2') |