dcpomatic_uuid build in the wrong variant. v2.13.93
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Dec 2018 00:50:35 +0000 (00:50 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 27 Dec 2018 00:50:35 +0000 (00:50 +0000)
src/tools/wscript

index 46909ece53db152db41469f754e7f354414359fb..f45a4270715ca8dde1ff706977243b3774c424ba 100644 (file)
@@ -37,9 +37,9 @@ def build(bld):
 
     cli_tools = []
     if bld.env.VARIANT != "swaroop":
-        cli_tools = ['dcpomatic_cli', 'dcpomatic_server_cli', 'server_test', 'dcpomatic_kdm_cli', 'dcpomatic_create', 'dcpomatic_uuid']
+        cli_tools = ['dcpomatic_cli', 'dcpomatic_server_cli', 'server_test', 'dcpomatic_kdm_cli', 'dcpomatic_create']
     else:
-        cli_tools = ['dcpomatic_ecinema']
+        cli_tools = ['dcpomatic_ecinema', 'dcpomatic_uuid']
 
     for t in cli_tools:
         obj = bld(features='cxx cxxprogram')