From 74ec6b99f60c48ece7cd03a9ef77178145774c24 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 19 Mar 2025 05:27:45 +0100 Subject: ADD: A new placeholder program, 'cc' Signed-off-by: Amlal El Mahrouss --- public/tools/ld/src/CommandLine.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public/tools/ld/src/CommandLine.cc') diff --git a/public/tools/ld/src/CommandLine.cc b/public/tools/ld/src/CommandLine.cc index 6f2fc4a8..3efa5301 100644 --- a/public/tools/ld/src/CommandLine.cc +++ b/public/tools/ld/src/CommandLine.cc @@ -10,7 +10,6 @@ SInt32 main(SInt32 argc, Char* argv[]) { - ConOut(nullptr, "LD: Either OpenCC or Aker's CC needs to be installed.\rLD: This program is present as a placeholder."); - + ConOut(nullptr, "LD: OpenCC or GCC for Ne needs to be installed.\rLD: This program is present as a placeholder."); return EXIT_FAILURE; } -- cgit v1.2.3