Skip to content

Commit

Permalink
indent swift build output
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Dec 7, 2015
1 parent 97e0e5e commit ec93f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export PATH="$SWIFT_PATH/usr/bin:$CLANG_PATH/bin:$PATH"

cd $BUILD_DIR
status "Building Package"
swift build --configuration release
swift build --configuration release | indent

# These should be statically linked, seems a swift bug
status "Copying dynamic libraries"
Expand Down

0 comments on commit ec93f75

Please sign in to comment.