mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
make: improve lexbor build options
This commit is contained in:
2
Makefile
2
Makefile
@@ -61,7 +61,7 @@ install-dev: install-submodule install-lexbor install-jsruntime-dev
|
|||||||
## Install and build v8 engine for dev
|
## Install and build v8 engine for dev
|
||||||
install-lexbor:
|
install-lexbor:
|
||||||
@cd vendor/lexbor && \
|
@cd vendor/lexbor && \
|
||||||
cmake . -DLEXBOR_BUILD_TESTS=ON -DLEXBOR_BUILD_EXAMPLES=ON && \
|
cmake . -DLEXBOR_BUILD_SHARED=OFF -DLEXBOR_BUILD_STATIC=ON -DLEXBOR_BUILD_TESTS_CPP=OFF -DLEXBOR_INSTALL_HEADERS=OFF && \
|
||||||
make
|
make
|
||||||
|
|
||||||
install-jsruntime-dev:
|
install-jsruntime-dev:
|
||||||
|
|||||||
Reference in New Issue
Block a user