Skip to content

Commit

Permalink
compatible with FreeBSD amd64 architecture
Browse files Browse the repository at this point in the history
FreeBSD `uname -m` outputs `amd64`.
  • Loading branch information
Dieken authored Oct 27, 2024
1 parent 5e5fcff commit 4fe2d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc/ZeroConf/ZeroConfExplicit64BitPlatform.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ZeroConfExplicit64BitPlatform >> generateArchitectureDetectionOn: aStream [
aStream cr;
<<== 'SEARCH FOR THE CORRESPONDING 64bit ARCHITECTURE';
<< 'case "${ARCH}" in'; cr;
<< ' x86*) ARCH="x86_64";;'; cr;
<< ' x86*|amd64) ARCH="x86_64";;'; cr;
<< ' *) OSNAME="UNKNOWN:${ARCH}"'; cr;
<< 'esac'; cr
]

0 comments on commit 4fe2d12

Please sign in to comment.