chore: fix compilation error in macOS

This commit is contained in:
Prem Chaitanya Prathi 2024-02-18 08:00:37 +05:30
parent e4edec4e5a
commit 2f09569d1d
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ precompiled-header:
g++ --std=c++20 -Wall -fexceptions -g negentropy.h $(INCS)
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:
rm -f $(TARGET) negentropy.h.gch libnegentropy.so

BIN
cpp/negentropy_wrapper.c Normal file → Executable file

Binary file not shown.