Skip to content

Commit 073873a

Browse files
Merge pull request #437 from karlseguin/make_zig_path
Use $(ZIG) variable when building netsurf
2 parents fcdcb50 + 6d6b840 commit 073873a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ _install-netsurf: clean-netsurf
144144
BUILDDIR=$(BC_NS)/build/libdom make install && \
145145
printf "\e[33mRunning libdom example...\e[0m\n" && \
146146
cd examples && \
147-
zig cc \
147+
$(ZIG) cc \
148148
-I$(ICONV)/include \
149149
-I$(BC_NS)/include \
150150
-L$(ICONV)/lib \

0 commit comments

Comments
 (0)