Skip to content

Commit ed8a676

Browse files
committed
fix(makefile): remove windows static libs
1 parent e58d69e commit ed8a676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ifeq ($(PLATFORM),windows)
6969
LDFLAGS += -shared
7070
# Create .def file for Windows
7171
DEF_FILE := $(BUILD_DIR)/ai.def
72-
LDFLAGS += -lbcrypt -lgomp -lstdc++ -lmingw32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 -static-libgcc -static-libstdc++
72+
LDFLAGS += -lbcrypt -lgomp -lmingw32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 -lstdc++
7373
STRIP = strip --strip-unneeded $@
7474
else ifeq ($(PLATFORM),macos)
7575
TARGET := $(DIST_DIR)/ai.dylib

0 commit comments

Comments
 (0)