On Aug 7, 2010, at 9:15 PM, Greg Ewing <[email protected]> wrote: > Does anyone know if there's a way to tell Apple's linker to > use a framework from a specific location and not go looking > anywhere else?
$ DYLD_FRAMEWORK_PATH=<path> <command> See dyld(1) for other relevant magic. Cheers, -- Ivan Krstić, via mobile > _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
