mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-07 16:33:07 +00:00
using dll only for windows
This commit is contained in:
parent
36cf1d4b56
commit
0dcb66bfc1
@ -6,8 +6,10 @@ INCS = -I$(NEGENTROPY_ROOT) -I/opt/homebrew/include/ -I$(NEGENTROPY_ROOT)/vendor
|
||||
|
||||
ifeq ($(detected_OS),Linux)
|
||||
TARGET = libnegentropy.a
|
||||
else
|
||||
else ifeq ($(OS),Windows_NT)
|
||||
TARGET = libnegentropy.dll
|
||||
else
|
||||
TARGET = libnegentropy.so
|
||||
endif
|
||||
|
||||
.PHONY: all clean install-deps precompiled-header build-lib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user