mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Meta: Build the wasm libs with -DBUILD_SHARED_LIBS=OFF
CMake already does this, but it also emits a warning about it, do that to make the CMake gods happier.
This commit is contained in:
parent
b5301a3ea9
commit
4285b6ac4d
Notes:
sideshowbarker
2024-07-17 04:02:51 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/4285b6ac4d Pull-request: https://github.com/SerenityOS/serenity/pull/16199 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 0 deletions
1
.github/workflows/wasm.yml
vendored
1
.github/workflows/wasm.yml
vendored
|
@ -69,6 +69,7 @@ jobs:
|
|||
-S ${{ github.workspace }}/Meta/Lagom \
|
||||
-DLagomTools_DIR=${{ github.workspace }}/Build/lagom-tools/share/LagomTools \
|
||||
-DBUILD_LAGOM=ON \
|
||||
-DBUILD_SHARED_LIBS=OFF
|
||||
- name: "Build libjs.{js,wasm}"
|
||||
run: |
|
||||
ninja -C ${{ github.workspace }}/Build/wasm libjs.js
|
||||
|
|
Loading…
Reference in a new issue