lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 4485a27 12/14: Remove the warning message for


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4485a27 12/14: Remove the warning message for the native Linux build
Date: Sat, 10 Oct 2020 11:07:13 -0400 (EDT)

branch: master
commit 4485a278ac6301ad5d439e024ef327764b95d61d
Author: Ilya Sinitsyn <isinitsyn@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Remove the warning message for the native Linux build
---
 set_toolchain.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/set_toolchain.sh b/set_toolchain.sh
index 7478c88..25e9170 100755
--- a/set_toolchain.sh
+++ b/set_toolchain.sh
@@ -156,7 +156,7 @@ esac
 case "$LMI_TRIPLET" in
     (i686-w64-mingw32)    ;;
     (x86_64-w64-mingw32)  ;;
-    (x86_64-pc-linux-gnu) printf '%s\n' "GUI build not yet supported." > 
/dev/tty ;;
+    (x86_64-pc-linux-gnu) ;;
     (*)
         printf '%s\n' "Changed nothing because host triplet '$LMI_TRIPLET' is 
untested."
         return 3;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]