mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-18 22:44:22 +01:00
Only build core package for Linux/Windows targets (#210)
This PR continues #164
This commit is contained in:
@@ -87,6 +87,6 @@ enum Targets {
|
|||||||
return values.firstWhere((target) => target.triple == host);
|
return values.firstWhere((target) => target.triple == host);
|
||||||
}
|
}
|
||||||
|
|
||||||
String get compiler => isWindows ? 'cargo xwin build' : 'cargo zigbuild';
|
String get compiler => isWindows ? 'cargo xwin build --package breez-liquid-sdk' : 'cargo zigbuild --package breez-liquid-sdk';
|
||||||
String get libName => isWindows ? windowsLibName : linuxLibName;
|
String get libName => isWindows ? windowsLibName : linuxLibName;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user