feat: include olm to Windows builds
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
71e501ed93
commit
18f51cda89
6 changed files with 44 additions and 10 deletions
7
scripts/build-olm-windows.sh
Executable file
7
scripts/build-olm-windows.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
git clone https://gitlab.matrix.org/matrix-org/olm.git -b 3.2.12
|
||||
cd olm
|
||||
cmake . -Bbuild -DCMAKE_TOOLCHAIN_FILE=Windows64.cmake
|
||||
cmake --build build
|
||||
cd ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue