instow

:)
git clone https://git.sr.ht/~ashymad/instow
Log | Files | Refs | LICENSE

commit 5d302506f16b2e379449033682280894c27094d7
parent 993827098637aa9debd8468cc4040860ca697d8f
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Thu, 26 Mar 2026 13:53:45 +0100

Fix CC

Diffstat:
Msrc/main.janet | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.janet b/src/main.janet @@ -159,8 +159,8 @@ :make "-C" builddir (string/format "-j%d" (libc/get_nprocs)) - ;(if-let [cc (os/getenv "CC")] [cc] []) - ;(if-let[cxx (os/getenv "CXX")] [cxx] []) + ;(if-let [cc (os/getenv "CC")] [(stropt "CC" cc)] []) + ;(if-let[cxx (os/getenv "CXX")] [(stropt "CXX" cxx)] []) "--" ;(if-let [m (os/getenv "MAKETARGETS")] (string/split " " m) []))