mirror of
https://github.com/mautrix/signal.git
synced 2026-05-14 21:26:54 -04:00
5 lines
141 B
Bash
Executable file
5 lines
141 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
./build-rust.sh
|
|
cp -f pkg/libsignalgo/libsignal/target/release/libsignal_ffi.a .
|
|
LIBRARY_PATH=.:$LIBRARY_PATH ./build-go.sh
|