lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ec9f2e2 2/8: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ec9f2e2 2/8: Improve documentation
Date: Wed, 17 Apr 2019 06:20:18 -0400 (EDT)

branch: master
commit ec9f2e2d21a6d131a321c5159f9214e7dc5b7346
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve documentation
---
 install_wx.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/install_wx.sh b/install_wx.sh
index f3a1e66..a2626a3 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -87,8 +87,7 @@ case "$build_type" in
         ;;
 esac
 
-# Construct a vendor string for this build using the compiler name and version
-# and the unique commit SHA-1.
+# Distinguish wx dll by host type, compiler version, and wx SHA1.
 gcc_version=$(${mingw_bin_dir}${host_type}-gcc -dumpversion|tr -d '\r')
 vendor=${host_type}-$gcc_version-$wx_commit_sha
 



reply via email to

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