Merge pull request #437 from karlseguin/make_zig_path

Use $(ZIG) variable when building netsurf
This commit is contained in:
Pierre Tachoire
2025-02-20 14:56:55 +01:00
committed by GitHub

View File

@@ -144,7 +144,7 @@ _install-netsurf: clean-netsurf
BUILDDIR=$(BC_NS)/build/libdom make install && \ BUILDDIR=$(BC_NS)/build/libdom make install && \
printf "\e[33mRunning libdom example...\e[0m\n" && \ printf "\e[33mRunning libdom example...\e[0m\n" && \
cd examples && \ cd examples && \
zig cc \ $(ZIG) cc \
-I$(ICONV)/include \ -I$(ICONV)/include \
-I$(BC_NS)/include \ -I$(BC_NS)/include \
-L$(ICONV)/lib \ -L$(ICONV)/lib \