From: Carl Hetherington Date: Sat, 4 Apr 2020 23:39:53 +0000 (+0200) Subject: Maybe we don't need setuid root on macOS any more. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=1285cc6afea0c7c6c4909da25ad1ba2ce35a9dc2;p=dcpomatic.git Maybe we don't need setuid root on macOS any more. --- 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,