mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +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:
|
||||
@mkdir -p 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
|
||||
|
||||
install-jsruntime-dev:
|
||||
|
||||
Reference in New Issue
Block a user