]> granicus.if.org Git - python/commit
Fixed two bugs in MacOSX framework handling spotted by Edward Moy:
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 4 Jul 2003 12:14:39 +0000 (12:14 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 4 Jul 2003 12:14:39 +0000 (12:14 +0000)
commit66b84832477258a009dbc011f1ac20a42495d220
tree803df4492698c700ec74ce850f39b6738ae444f4
parent276b2900b813745801cf08c73169cf0fcd0fa75a
Fixed two bugs in MacOSX framework handling spotted by Edward Moy:

- In the top level Makefile, the argument to -install_name should be
  prepended with /System/Library/Frameworks/, so it is an absolute path.
- In the top level Makefile, because of 2), RUNSHARED needs to be set to
  DYLD_FRAMEWORK_PATH=<path to local framework> and $(RUNSHARED) prepended
  to the $(MAKE) lines in the frameworkinstallmaclib and
  frameworkinstallapps targets.
Makefile.pre.in
configure
configure.in