fix typo in compiler detection

Mon, 19 May 2025 13:03:18 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 19 May 2025 13:03:18 +0200
changeset 139
e5eebfc6598d
parent 138
479114bc3fac
child 140
f453503e09dc

fix typo in compiler detection

fixes #673

src/main/resources/make/toolchain.sh file | annotate | diff | comparison | revisions
--- a/src/main/resources/make/toolchain.sh	Fri May 02 19:26:01 2025 +0200
+++ b/src/main/resources/make/toolchain.sh	Mon May 19 13:03:18 2025 +0200
@@ -68,7 +68,7 @@
 #else
   std::cout << "toolchain:unknown" << std::endl;
 #endif
-  std:cout << "wsize:" << sizeof(void*)*8 << std::endl;
+  std::cout << "wsize:" << sizeof(void*)*8 << std::endl;
   return 0;
 }
 __EOF__

mercurial