mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-14 23:27:35 +00:00
Translating 'amd64' to 'x86_64'. #62
This commit is contained in:
@@ -18,6 +18,9 @@ dependencies {
|
||||
test {
|
||||
String osName = System.getProperty('os.name').toLowerCase().split()[0]
|
||||
String osArch = System.getProperty('os.arch').toLowerCase().split()[0]
|
||||
if ("amd64".equals(osArch)) {
|
||||
osArch = "x86_64"
|
||||
}
|
||||
String swtDependency
|
||||
switch (osName) {
|
||||
case 'windows':
|
||||
|
Reference in New Issue
Block a user