mirror of
https://github.com/mautrix/signal.git
synced 2025-03-14 14:15:36 +00:00
4 lines
134 B
Bash
Executable file
4 lines
134 B
Bash
Executable file
#!/bin/sh
|
|
./build-rust.sh
|
|
cp -f pkg/libsignalgo/libsignal/target/release/libsignal_ffi.a .
|
|
LIBRARY_PATH=.:$LIBRARY_PATH ./build-go.sh
|