From 1285cc6afea0c7c6c4909da25ad1ba2ce35a9dc2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 Apr 2020 01:39:53 +0200 Subject: [PATCH] Maybe we don't need setuid root on macOS any more. --- wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/wscript b/wscript index e0399ad71..a94fee8ba 100644 --- a/wscript +++ b/wscript @@ -695,7 +695,6 @@ def create_version_cc(version, cxx_flags): def post(ctx): if ctx.cmd == 'install' and ctx.env.TARGET_LINUX: ctx.exec_command('/sbin/ldconfig') - if ctx.cmd == 'install' and (ctx.env.TARGET_LINUX or ctx.env.TARGET_OSX): # setuid root executables for e in ['dcpomatic2_uuid', 'dcpomatic2_disk_writer']: # I can't find anything which tells me where things have been installed to, -- 2.30.2