mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:14:03 +00:00
ci: dont produce .exp .lib on Windows
This commit is contained in:
parent
cef9d7ead6
commit
b0861e11fd
3 changed files with 1 additions and 1 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue