mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-02 14:03:07 +00:00
chore: changed library name for dll
This commit is contained in:
parent
a8fb7e7d74
commit
4f987de53a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user