Skip to content

Commit

Permalink
Add --disable-sandbox to fix the homebrew install
Browse files Browse the repository at this point in the history
This comes from @yonaskolb comment in LicensePlist:
mono0926/LicensePlist#71 (comment)
  • Loading branch information
Liquidsoul committed May 31, 2018
1 parent be351c2 commit 743b3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 743b3b1

Please sign in to comment.