chore: address review comment

This commit is contained in:
Prem Chaitanya Prathi 2024-05-01 13:58:39 +05:30
parent 4d5fd3dc7b
commit fe0c015461
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++ -O0 --std=c++20 -Wall -fexceptions -g negentropy.h $(INCS)
shared-lib:
g++ -O0 -g -std=c++20 $(INCS) -shared -fPIC -o $(TARGET) negentropy_wrapper.c -lcrypto -lssl -L/opt/homebrew/lib/
g++ -O0 -g -std=c++20 $(INCS) -shared -fPIC -o $(TARGET) negentropy_wrapper.cpp -lcrypto -lssl -L/opt/homebrew/lib/
clean:
rm -f $(TARGET) negentropy.h.gch libnegentropy.so