Skip to content
Snippets Groups Projects
Commit 0e39868b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in condition (if linux) for setting the SETCAP/setcap target

As reported via irc by Nelgin, the setcap target was not being passed
to 'make -C src/sbbs3' by default (on Linux) due to a misplaced paren.
parent b3122fc5
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@ endif
MKFLAGS += os=$(os)
ifndef NOCAP
ifeq (($os),linux)
ifeq ($(os),linux)
SETCAP := setcap
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment