mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-07 08:04:27 +01:00
Rename namespace (#345)
* Rename namespace * Fix flutter build * Fix kotlin-multiplatform CI * Rename repositories
This commit is contained in:
@@ -17,7 +17,7 @@ zig_build () {
|
||||
local LIBNAME="$3"
|
||||
local PROFILE="$4"
|
||||
rustup target add "$TARGET"
|
||||
cargo zigbuild --package breez-liquid-sdk --target "$TARGET" --profile $PROFILE
|
||||
cargo zigbuild --package breez-sdk-liquid --target "$TARGET" --profile $PROFILE
|
||||
mkdir -p "$PLATFORM_NAME"
|
||||
cp "../../../../target/$TARGET/$PROFILE/$LIBNAME" "$PLATFORM_NAME/"
|
||||
}
|
||||
@@ -28,14 +28,14 @@ win_build () {
|
||||
local LIBNAME="$3"
|
||||
local PROFILE="$4"
|
||||
rustup target add "$TARGET"
|
||||
cargo xwin build --package breez-liquid-sdk --target "$TARGET" --profile $PROFILE
|
||||
cargo xwin build --package breez-sdk-liquid --target "$TARGET" --profile $PROFILE
|
||||
mkdir -p "$PLATFORM_NAME"
|
||||
cp "../../../../target/$TARGET/$PROFILE/$LIBNAME" "$PLATFORM_NAME/"
|
||||
}
|
||||
|
||||
PROFILE=frb-min
|
||||
# Build all the dynamic libraries
|
||||
LIBNAME=breez_liquid_sdk
|
||||
LIBNAME=breez_sdk_liquid
|
||||
LINUX_LIBNAME=lib$LIBNAME.so
|
||||
zig_build aarch64-unknown-linux-gnu linux-arm64 $LINUX_LIBNAME $PROFILE
|
||||
zig_build x86_64-unknown-linux-gnu linux-x64 $LINUX_LIBNAME $PROFILE
|
||||
|
||||
Reference in New Issue
Block a user