From 6d6b840cf6673bcff752d2a13e5fbf2a8445d5da Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Thu, 20 Feb 2025 08:42:45 +0800 Subject: [PATCH] Use $(ZIG) variable when building netsurf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b824f11..996e5e13 100644 --- a/Makefile +++ b/Makefile @@ -144,7 +144,7 @@ _install-netsurf: clean-netsurf BUILDDIR=$(BC_NS)/build/libdom make install && \ printf "\e[33mRunning libdom example...\e[0m\n" && \ cd examples && \ - zig cc \ + $(ZIG) cc \ -I$(ICONV)/include \ -I$(BC_NS)/include \ -L$(ICONV)/lib \