mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-18 06:24:21 +01:00
@@ -87,6 +87,7 @@ enum Targets {
|
||||
return values.firstWhere((target) => target.triple == host);
|
||||
}
|
||||
|
||||
String get compiler => isWindows ? 'cargo xwin build --package breez-liquid-sdk' : 'cargo zigbuild --package breez-liquid-sdk';
|
||||
String get compiler =>
|
||||
isWindows ? 'cargo xwin build --package breez-liquid-sdk' : 'cargo zigbuild --package breez-liquid-sdk';
|
||||
String get libName => isWindows ? windowsLibName : linuxLibName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user