mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-02 14:03: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))))
|
||||
INCS = -I$(NEGENTROPY_ROOT) -I/opt/homebrew/include/ -I$(NEGENTROPY_ROOT)/vendor/lmdbxx/include/
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
TARGET = libnegentropy.dll
|
||||
else
|
||||
TARGET = libnegentropy.a
|
||||
endif
|
||||
TARGET = libnegentropy.a
|
||||
|
||||
.PHONY: all clean install-deps precompiled-header build-lib
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user