We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58d69e commit ed8a676Copy full SHA for ed8a676
1 file changed
Makefile
@@ -69,7 +69,7 @@ ifeq ($(PLATFORM),windows)
69
LDFLAGS += -shared
70
# Create .def file for Windows
71
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++
+ LDFLAGS += -lbcrypt -lgomp -lmingw32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 -lstdc++
73
STRIP = strip --strip-unneeded $@
74
else ifeq ($(PLATFORM),macos)
75
TARGET := $(DIST_DIR)/ai.dylib
0 commit comments