Use $(ZIG) variable when building netsurf

This commit is contained in:
Karl Seguin
2025-02-20 08:42:45 +08:00
parent a2932f05f4
commit 6d6b840cf6

View File

@@ -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 \