From 9b5df91240ea3e38e58d771597cb2a2c3ca95f29 Mon Sep 17 00:00:00 2001 From: bptato Date: Fri, 26 Jan 2024 01:11:37 +0100 Subject: cgi: fix broken libexec path env variable --- src/config/chapath.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/chapath.nim') diff --git a/src/config/chapath.nim b/src/config/chapath.nim index a2800c6c..adf852a0 100644 --- a/src/config/chapath.nim +++ b/src/config/chapath.nim @@ -9,7 +9,7 @@ import js/tojs import types/opt import utils/twtstr -const libexecPath* {.strdefine.} = "${%CHA_BIN_DIR}/../libexec/chawan" +const libexecPath {.strdefine.} = "${%CHA_BIN_DIR}/../libexec/chawan" type ChaPath* = distinct string -- cgit 1.4.1-2-gfad0