about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-08-26 20:11:52 +0200
committerbptato <nincsnevem662@gmail.com>2023-08-26 20:11:52 +0200
commitce87773b7ec3fbf86223eb3e046670391a7ad89d (patch)
tree4e68cc81cd243e28bb765fbdaa885e1064ca0a87 /Makefile
parente0950d5f6eed46509246b4820ac478a5920354da (diff)
downloadchawan-ce87773b7ec3fbf86223eb3e046670391a7ad89d.tar.gz
Allow overriding libcurl name
for better compatibility with curl-impersonate
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef9df0fc..6e1edf96 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 NIMC = nim c
 OBJDIR = .obj
-FLAGS = -o:cha
+FLAGS = -o:cha -d:curlLibName:$(CURLLIBNAME)
 FILES = src/main.nim
 prefix = /usr/local
 QJSOBJ = $(OBJDIR)/quickjs