aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-21 20:42:15 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-21 20:42:15 +0200
commita2ae77a4549e944d4aadac425da2bf2cc0b0cf1c (patch)
treea61549b22dc07bc5dccde5798a82b69d5fee128c /src/main.cpp
parent00cd5681c3a83c85d2a34fb2c4b6cfb691ef1b3d (diff)
Temporary disable package server, update readme
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 365cb1b..4690668 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -609,7 +609,7 @@ static int buildProject(int argc, const _tinydir_char_t **argv, bool run)
bool crossCompileLinux64ToWin64 = (SYSTEM_PLATFORM == PLATFORM_LINUX_X86_64 && platform == PLATFORM_WIN64);
if(platform != SYSTEM_PLATFORM && !crossCompileLinux64ToWin64)
{
- ferr << "Cross compilation is currently only supported from linux_X86_64 to win64" << endl;
+ ferr << "Cross compilation is currently only supported from linux_x86_64 to win64" << endl;
exit(33);
}