mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-08 00:43:08 +00:00
chore: changed library name for dll
This commit is contained in:
parent
a07aeb9f21
commit
069c0f4e30
@ -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