aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f5e26c8..7190f5f 100644
--- a/Makefile
+++ b/Makefile
@@ -66,10 +66,10 @@ libcmap.$(LIBEXT): $(LOBJ)
$(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(LDFLAGS)
Scripts.$(UNICODE_VERSION).txt:
- $(DOWNLOAD) 'https://www.unicode.org/Public/17.0.0/ucd/Scripts.txt' > $@
+ $(DOWNLOAD) 'https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/Scripts.txt' > $@
Blocks.$(UNICODE_VERSION).txt:
- $(DOWNLOAD) 'https://www.unicode.org/Public/17.0.0/ucd/Blocks.txt' > $@
+ $(DOWNLOAD) 'https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/Blocks.txt' > $@
Scripts.txt.c: Scripts.$(UNICODE_VERSION).txt Scripts.parse
./Scripts.parse < $(@:.txt.c=).$(UNICODE_VERSION).txt > $@