changeset 3222:b25bac22a278

darwin_files/standalone.py: Add information about the assumed location of MXE directory
author Anirudha Bose <ani07nov@gmail.com>
date Sun, 22 Sep 2013 00:50:43 +0530
parents df242658d93d
children 8654ba32cd42
files darwin_files/standalone.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/darwin_files/standalone.py
+++ b/darwin_files/standalone.py
@@ -22,6 +22,10 @@
 ## * Shared libraries like libcholmod.so, libumfpack.so, and others which end with .so
 ##   extension are not assigned any path in the Mach-O headers during compilation. This is
 ##   likely to happen while using MXE. This script can fix such errors too.
+## * The script assumes that the path to MXE directory starts with "/Users...". For example, the MXE
+##   directory can be located in a place like "/Users/mac6-user1/mxe/mxe-octave-anirudha/".
+##   The Mach-O headers which point to System libraries or libraries belonging to Macports are
+##   ignored.
 
 from __future__ import print_function
 from macholib.MachO import MachO