From 743b3b1739235bd6ea582fa15e30af538ccf3881 Mon Sep 17 00:00:00 2001 From: Liquidsoul Date: Thu, 31 May 2018 10:50:10 +0200 Subject: [PATCH] Add --disable-sandbox to fix the homebrew install This comes from @yonaskolb comment in LicensePlist: https://github.com/mono0926/LicensePlist/issues/71#issuecomment-340457132 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0f001b..2581d94 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ $(OUTPUT_PATH)/$(BIN_FILENAME): $(RELEASE_BIN_PATH) $(RELEASE_BIN_PATH): @swift --version - swift build --configuration release -Xswiftc -static-stdlib + swift build --disable-sandbox --configuration release -Xswiftc -static-stdlib .PHONY: help # taken from this gist https://gist.github.com/rcmachado/af3db315e31383502660