Skip to content

Commit

Permalink
fixed swift 4 sandbox error yonaskolb/XcodeGen#51
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriomazzeo committed Sep 26, 2017
1 parent 254da31 commit 4c2d992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linuxmain-generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class LinuxmainGenerator < Formula

def install
ENV["CC"] = ""
system "swift", "build", "-c", "release"
system "swift", "build", "--disable-sandbox", "-c", "release"
bin.install ".build/release/linuxmain-generator"
end
end

0 comments on commit 4c2d992

Please sign in to comment.