Skip to content
Snippets Groups Projects
Commit 94635999 authored by Will Angenent's avatar Will Angenent
Browse files

Remove unnecessary sudo from MacOS umount

parent 7b41f437
No related branches found
No related tags found
1 merge request!1325A couple of MacOS build fixes
......@@ -26,7 +26,7 @@ HOST_ARCH=x86_64
HOST_CARGO=env -u RUSTUP_TOOLCHAIN cargo
UNAME := $(shell uname)
ifeq ($(UNAME),Darwin)
FUMOUNT=sudo umount
FUMOUNT=umount
export NPROC=sysctl -n hw.ncpu
export REDOX_MAKE=make
PREFIX_BINARY=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment