mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-04 06:53:07 +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
|
# Define the root directory of the negentropy project; this absolute path mechanism works across all major os
|
||||||
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/
|
||||||
TARGET = libnegentropy.so
|
|
||||||
|
ifeq ($(OS),Windows_NT)
|
||||||
|
TARGET = negentropy.dll
|
||||||
|
else
|
||||||
|
TARGET = libnegentropy.so
|
||||||
|
endif
|
||||||
|
|
||||||
.PHONY: all clean install-deps precompiled-header shared-lib
|
.PHONY: all clean install-deps precompiled-header shared-lib
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user