chore: changed library name for dll

This commit is contained in:
DarshanBPatel 2024-09-11 20:58:04 +05:30
parent a8fb7e7d74
commit 4f987de53a
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

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