mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-07 16:33:07 +00:00
chore: no longer reuired dynmic library
This commit is contained in:
parent
449b304d67
commit
32046b3e59
@ -4,11 +4,7 @@
|
|||||||
NEGENTROPY_ROOT := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
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)
|
TARGET = libnegentropy.a
|
||||||
TARGET = libnegentropy.dll
|
|
||||||
else
|
|
||||||
TARGET = libnegentropy.a
|
|
||||||
endif
|
|
||||||
|
|
||||||
.PHONY: all clean install-deps precompiled-header build-lib
|
.PHONY: all clean install-deps precompiled-header build-lib
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user