1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 12:54:05 +00:00

ci: remove windows linker flag, use a whitelist for git add

This commit is contained in:
Samuel Štancl 2025-01-04 14:36:24 +01:00
parent e7292c6d38
commit 03552e13a4
2 changed files with 1 additions and 2 deletions

View file

@ -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)