fluffychat/scripts/build-olm-windows.sh
2023-11-08 12:27:18 -05:00

7 lines
175 B
Bash

#!/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 ..