mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-30 20:34:27 +01:00
Build libraries for Android, Apple & Linux platforms on bootstrap recipe
Fix filepath used on Linux & Windows script
This commit is contained in:
@@ -13,6 +13,7 @@ bootstrap frb='true':
|
||||
just init
|
||||
just gen
|
||||
just build
|
||||
melos build
|
||||
just link
|
||||
just check
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ Future<void> mainImpl(List<String> args) async {
|
||||
await run('rustup target add $triple');
|
||||
await run('${target.compiler} --target $triple $profileArg', args: compilerOpts);
|
||||
await run('mkdir -p $flutterIdentifier');
|
||||
await run('cp ../target/$triple/$profile/${target.libName} $flutterIdentifier/');
|
||||
await run('cp ../../../target/$triple/$profile/${target.libName} $flutterIdentifier/');
|
||||
}
|
||||
|
||||
final hasLinux = targets.any((target) => !target.isWindows);
|
||||
|
||||
Reference in New Issue
Block a user