mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:14:02 +00:00
ci: remove windows linker flag, use a whitelist for git add
This commit is contained in:
parent
e7292c6d38
commit
03552e13a4
2 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ CCFLAGS += -shared -Os
|
|||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
OUTPUT = lib/noattach.dll
|
||||
CCFLAGS += -Wl,--exclude-libs,ALL
|
||||
CC = clang
|
||||
else
|
||||
UNAME := $(shell uname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue