Skip to content

Commit

Permalink
hope its happy now
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntRanch committed Jul 1, 2024
1 parent 88d735e commit 7ab073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
endif

VERSION = 0.6.8
BRANCH = dev
BRANCH = main
SRC = $(sort $(wildcard src/*.cpp))
OBJ = $(SRC:.cpp=.o)
CURL_LIBS ?= -lcurl -lnghttp3 -lnghttp2 -lidn2 -lssh2 -lssl -lcrypto -lpsl -lgssapi_krb5 -lzstd -lbrotlidec -lz # pkg-config --static --libs libcurl (but fixed)
Expand Down

0 comments on commit 7ab073e

Please sign in to comment.