From 4f987de53a2f5c5be0fcd05970852c01fa2a7075 Mon Sep 17 00:00:00 2001 From: DarshanBPatel Date: Wed, 11 Sep 2024 20:58:04 +0530 Subject: [PATCH] chore: changed library name for dll --- cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/Makefile b/cpp/Makefile index c54d79a..52423a4 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -5,7 +5,7 @@ NEGENTROPY_ROOT := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) INCS = -I$(NEGENTROPY_ROOT) -I/opt/homebrew/include/ -I$(NEGENTROPY_ROOT)/vendor/lmdbxx/include/ ifeq ($(OS),Windows_NT) - TARGET = negentropy.dll + TARGET = libnegentropy.dll else TARGET = libnegentropy.so endif