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

ci: dont produce .exp .lib on Windows

This commit is contained in:
Samuel Štancl 2025-01-02 08:21:14 +01:00
parent cef9d7ead6
commit b0861e11fd
3 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ OUTPUT :=
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
OUTPUT = lib/noattach.dll OUTPUT = lib/noattach.dll
CCFLAGS = -shared CCFLAGS = -shared -Wl,--exclude-libs,ALL
CC = clang CC = clang
else else
UNAME := $(shell uname) UNAME := $(shell uname)

Binary file not shown.

Binary file not shown.