Skip to content

Commit

Permalink
common.hh: i386 arch: change ssc to socket
Browse files Browse the repository at this point in the history
  • Loading branch information
mribbons committed Apr 18, 2023
1 parent 29b84fe commit 8648797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.hh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ namespace SSC {
#elif defined(__aarch64__) || defined(_M_ARM64)
const String arch = "arm64";
#elif defined(__i386__) && !defined(__ANDROID__)
#error SSC is not supported on i386.
#error Socket is not supported on i386.
#else
const String arch = "unknown";
#endif
Expand Down

0 comments on commit 8648797

Please sign in to comment.