mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-04 06:53:07 +00:00
chore: fix compilation error in macOS
This commit is contained in:
parent
e4edec4e5a
commit
2f09569d1d
@ -17,7 +17,7 @@ precompiled-header:
|
|||||||
g++ --std=c++20 -Wall -fexceptions -g negentropy.h $(INCS)
|
g++ --std=c++20 -Wall -fexceptions -g negentropy.h $(INCS)
|
||||||
|
|
||||||
shared-lib: negentropy.h.gch
|
shared-lib: negentropy.h.gch
|
||||||
g++ --std=c++20 $(INCS) -shared -fPIC -o $(TARGET) negentropy_wrapper.c
|
g++ --std=c++20 $(INCS) -shared -fPIC -o $(TARGET) negentropy_wrapper.c -lcrypto -lssl -L/opt/homebrew/lib/
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET) negentropy.h.gch libnegentropy.so
|
rm -f $(TARGET) negentropy.h.gch libnegentropy.so
|
||||||
|
|||||||
BIN
cpp/negentropy_wrapper.c
Normal file → Executable file
BIN
cpp/negentropy_wrapper.c
Normal file → Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user