Skip to content

Commit

Permalink
fix distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Aug 18, 2018
1 parent ee5fa1e commit ac07e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cat ./Sources/Executable/main.swift | \
mv .tmp Sources/Executable/main.swift;

echo "📦 Building..."
swift build -c release -Xswiftc -static-stdlib # --static-swift-stdlib
swift build -c release --static-swift-stdlib

echo "📦 Creating package..."
EXEC_NAME="vapor"
Expand Down

0 comments on commit ac07e04

Please sign in to comment.