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:
Ali Mohammad Pur 2022-11-26 05:09:49 +03:30 committed by Andreas Kling
parent b5301a3ea9
commit 4285b6ac4d

View file

@ -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