From a65efe6bd00fbba4f075c4c666dafafb8a5eed4d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 23 Dec 2018 20:08:24 +0000 Subject: Add dcpomatic2_uuid tool. --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index de9c82d2c..16c3ef979 100644 --- a/wscript +++ b/wscript @@ -619,8 +619,9 @@ def create_version_cc(version, cxx_flags): sys.exit(-1) def post(ctx): - if ctx.cmd == 'install': + if ctx.cmd == 'install' and ctx.env.TARGET_LINUX: ctx.exec_command('/sbin/ldconfig') + os.chmod(os.path.join(ctx.env.PREFIX, 'bin/dcpomatic2_uuid'), 0o4755) def pot(bld): bld.recurse('src') -- cgit v1.2.3