Skip to content

Commit

Permalink
build: (fixes #2993) Waf --enable-sudo option broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mrequena committed Oct 4, 2018
1 parent e48d750 commit 0a63b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def create_suid_program(bld, name):
program.target = "%s%s-%s%s" % (wutils.APPNAME, wutils.VERSION, name, bld.env.BUILD_SUFFIX)

if bld.env['ENABLE_SUDO']:
program.create_task("SuidBuild")
program.create_task("SuidBuild_task")

bld.set_group(grp)

Expand Down

0 comments on commit 0a63b69

Please sign in to comment.