mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
Use $(ZIG) variable when building netsurf
This commit is contained in:
2
Makefile
2
Makefile
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user