mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-05 23:43:11 +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/
|
INCS = -I$(NEGENTROPY_ROOT) -I/opt/homebrew/include/ -I$(NEGENTROPY_ROOT)/vendor/lmdbxx/include/
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
TARGET = negentropy.dll
|
TARGET = libnegentropy.dll
|
||||||
else
|
else
|
||||||
TARGET = libnegentropy.so
|
TARGET = libnegentropy.so
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user