Build doh-logger with static libswiftCore, fix #20

This commit is contained in:
Star Brilliant
2018-09-22 04:28:12 +08:00
parent 6eb7b29142
commit aa3389b1d0

View File

@@ -6,7 +6,7 @@ PREFIX = /usr/local
all: doh-logger
doh-logger: doh-logger.swift
$(SWIFTC) -o $@ -O $<
$(SWIFTC) -o $@ -O -static-stdlib $<
clean:
rm -f doh-logger