From 32046b3e594e95340747d1436bf325adac3fdc24 Mon Sep 17 00:00:00 2001 From: DarshanBPatel Date: Tue, 15 Oct 2024 02:50:57 +0530 Subject: [PATCH] chore: no longer reuired dynmic library --- cpp/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cpp/Makefile b/cpp/Makefile index 1ef9844..42a662e 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -4,11 +4,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 = libnegentropy.dll -else - TARGET = libnegentropy.a -endif +TARGET = libnegentropy.a .PHONY: all clean install-deps precompiled-header build-lib