Merge pull request #9 from waku-org/simple_pr

chore: change lib name
This commit is contained in:
Darshan K 2024-09-11 21:55:46 +05:30 committed by GitHub
commit 34799b80de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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