Skip to content

Commit

Permalink
Add --disable-sandbox to build command for #71
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Oct 31, 2017
1 parent df04004 commit b6ff62a
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 @@ -3,7 +3,7 @@ PREFIX?=/usr/local
TEMPORARY_FOLDER=./tmp_portable_licenseplist

build:
swift build -c release -Xswiftc -static-stdlib
swift build --disable-sandbox -c release -Xswiftc -static-stdlib

test:
swift test
Expand Down

0 comments on commit b6ff62a

Please sign in to comment.