From 9e7156671b25ce0bec35733009642665e88c7ab1 Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 6 Feb 2024 08:33:06 +0000 Subject: [PATCH] makefile git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@176 d27a3e52-49c5-7645-884c-6793ebffc270 --- Library/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Makefile b/Library/Makefile index e93619f..cebef7f 100644 --- a/Library/Makefile +++ b/Library/Makefile @@ -9,7 +9,7 @@ endif ifeq ($(WINDOWS),YES) ./w3.dll: $(OBJS) - $(CC) $(LDFLAGS) -fstack-protector -L../openssl/lib/mingw/$(WINARCH) -shared -Wl,--out-implib,./w3.lib -o $@ $^ $(LIBS) + $(CC) $(LDFLAGS) -fstack-protector -L../openssl/lib/mingw/$(WINARCH) -L . -shared -Wl,--out-implib,./w3.lib -o $@ $^ $(LIBS) else ./libw3.so: $(OBJS) -- 2.43.0