Compare commits
1 Commits
2025.0601.
...
2025.0601.
Author | SHA1 | Date | |
---|---|---|---|
ab73a47751 |
@ -75,9 +75,9 @@ namespace dropshell
|
||||
// determine the architecture of the system
|
||||
std::string arch;
|
||||
#ifdef __aarch64__
|
||||
arch = "arm64";
|
||||
arch = "aarch64";
|
||||
#elif __x86_64__
|
||||
arch = "amd64";
|
||||
arch = "x86_64";
|
||||
#endif
|
||||
return arch;
|
||||
}
|
||||
|
Reference in New Issue
Block a user