mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-03 06:23:10 +00:00
chore: update target according to OS, rn install-deps not required
This commit is contained in:
parent
4b52bcea11
commit
a07aeb9f21
@ -3,7 +3,12 @@
|
||||
# Define the root directory of the negentropy project; this absolute path mechanism works across all major os
|
||||
NEGENTROPY_ROOT := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
||||
INCS = -I$(NEGENTROPY_ROOT) -I/opt/homebrew/include/ -I$(NEGENTROPY_ROOT)/vendor/lmdbxx/include/
|
||||
TARGET = libnegentropy.so
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
TARGET = negentropy.dll
|
||||
else
|
||||
TARGET = libnegentropy.so
|
||||
endif
|
||||
|
||||
.PHONY: all clean install-deps precompiled-header shared-lib
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user