mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-30 16:25:39 +00:00
Build doh-logger with static libswiftCore, fix #20
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user