aboutsummaryrefslogtreecommitdiff
path: root/sys/rules.mk
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-10 20:12:45 -0800
committerNicholas <nbnoll@eml.cc>2021-11-10 20:12:45 -0800
commitb5de2d7bd1e08d27f7780434e601d6d3a0750583 (patch)
tree1d12af8a2c5903f1eef3b967e52474a244e78257 /sys/rules.mk
parent0a1041044141ddbda0c67602e70fe8894e7430fd (diff)
chore: libunicode -> libutf
Diffstat (limited to 'sys/rules.mk')
-rw-r--r--sys/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rules.mk b/sys/rules.mk
index c8c3dd3..cefa4a9 100644
--- a/sys/rules.mk
+++ b/sys/rules.mk
@@ -8,7 +8,7 @@ include $(DIR)/rules.mk
DIR := $(d)/base
include $(DIR)/rules.mk
-DIR := $(d)/libunicode
+DIR := $(d)/libutf
include $(DIR)/rules.mk
DIR := $(d)/libmath