diff options
| author | amelia squires <[email protected]> | 2025-01-09 15:11:45 -0600 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-01-09 15:11:45 -0600 |
| commit | b0fa1d1bcd4c07ce8623a5b6e8fdfb4c06ec6afc (patch) | |
| tree | 351aa9d767008370f9a80daeada2052beff2444c /makefile | |
| parent | 9a8ae72e94d92dc147bafae027d06e22645606a9 (diff) | |
http(s) request
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ CC := clang GIT_COMMIT := "$(shell git describe --tags)-$(shell git describe --always --match 'NOT A TAG')"
CFLAGS := -fPIC -DGIT_COMMIT='$(GIT_COMMIT)'
-LFLAGS := -lm -shared
+LFLAGS := -lm -shared -lcrypto -lssl
LINKER := $(CC)
TARGET := lullaby.so
|
