mirror of
https://github.com/mautrix/signal.git
synced 2026-05-14 21:26:54 -04:00
3 lines
175 B
Bash
Executable file
3 lines
175 B
Bash
Executable file
#!/bin/sh
|
|
git submodule update --init
|
|
cd pkg/libsignalgo/libsignal && RUSTFLAGS="-Ctarget-feature=-crt-static" RUSTC_WRAPPER="" cargo build -p libsignal-ffi --profile=release
|