From 30d6cacb7c0bc218443366c13e4b2a36f374e5f0 Mon Sep 17 00:00:00 2001 From: John Sundell Date: Sun, 14 Apr 2019 22:17:58 +0200 Subject: [PATCH] Makefile: Support Swift 5 toolchain for installation (#67) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f35d54e..f98ff1d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ install: swift package update - swift build -c release -Xswiftc -static-stdlib + swift build -c release install .build/Release/SplashHTMLGen /usr/local/bin/SplashHTMLGen install .build/Release/SplashMarkdown /usr/local/bin/SplashMarkdown install .build/Release/SplashImageGen /usr/local/bin/SplashImageGen