v1.0.18 Fix for build platform detection

This commit is contained in:
aristocratos 2021-10-19 17:29:57 +02:00
parent f15c2fdcf6
commit a0ee4046c6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## v1.0.18
* Fixed: Makefile g++ -dumpmachine failure to get platform on some distros
## v1.0.17 ## v1.0.17
* Changed: Reverted mutexes back to custom atomic bool based locks * Changed: Reverted mutexes back to custom atomic bool based locks

View File

@ -53,7 +53,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
}; };
const string Version = "1.0.17"; const string Version = "1.0.18";
int coreCount; int coreCount;
string overlay; string overlay;