lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch d816b67 2/5: Prefer 'set_path.sh' for


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch d816b67 2/5: Prefer 'set_path.sh' for architecture-dependent environment variables
Date: Mon, 15 Apr 2019 09:24:57 -0400 (EDT)

branch: odd/multiarch
commit d816b679d4776ca74fe9b31b9d07cc43b0c15081
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Prefer 'set_path.sh' for architecture-dependent environment variables
---
 gwc/.zshrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gwc/.zshrc b/gwc/.zshrc
index a9de1a3..5353168 100644
--- a/gwc/.zshrc
+++ b/gwc/.zshrc
@@ -1,11 +1,14 @@
 # Personal configuration for cross-building in a chroot.
 
+# Remove this:
 export WINEPATH='Z:\\opt\\lmi\\local\\bin;Z:\\opt\\lmi\\local\\lib'
 # This is probably unnecessary:
 # export LMI_BUILD
 #        LMI_BUILD=$(/usr/share/libtool/build-aux/config.guess)
 export LMI_HOST=i686-w64-mingw32
+# Remove 'local' parts:
 export PATH="/opt/lmi/local/bin:/opt/lmi/local/lib:$PATH"
+# and perhaps source 'set_arch.sh' instead.
 # At a regular user prompt, outside the chroot, do this:
 #   $ echo $DISPLAY
 # and replace :0.0 below with the string it returns:



reply via email to

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