mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
make: build lexbor the way commented in build.zig
This commit is contained in:
2
Makefile
2
Makefile
@@ -62,7 +62,7 @@ install-dev: install-submodule install-lexbor install-jsruntime-dev
|
|||||||
install-lexbor:
|
install-lexbor:
|
||||||
@mkdir -p vendor/lexbor
|
@mkdir -p vendor/lexbor
|
||||||
@cd vendor/lexbor && \
|
@cd vendor/lexbor && \
|
||||||
cmake ../lexbor-src -DLEXBOR_BUILD_SHARED=OFF -DLEXBOR_BUILD_STATIC=ON -DLEXBOR_BUILD_TESTS_CPP=OFF -DLEXBOR_INSTALL_HEADERS=ON && \
|
cmake ../lexbor-src -DLEXBOR_BUILD_SHARED=OFF && \
|
||||||
make
|
make
|
||||||
|
|
||||||
install-jsruntime-dev:
|
install-jsruntime-dev:
|
||||||
|
|||||||
Reference in New Issue
Block a user