]> granicus.if.org Git - python/commit
MacOSX linker doesn't understand -R flag at all, no matter how you feed it
authorSkip Montanaro <skip@pobox.com>
Wed, 9 Oct 2002 21:37:18 +0000 (21:37 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 9 Oct 2002 21:37:18 +0000 (21:37 +0000)
commit628e3bf6cff73eb58b752450d89b6c3074369b0e
treee528c74c5a0b1ca0e60787bb62e0b5365f53eb81
parent60c8a3aba82b83e8da25e614bee2329f7c74509f
MacOSX linker doesn't understand -R flag at all, no matter how you feed it
the flag.  Punt and return a -L flag instead (returning "" gums up the
command to be forked).
Lib/distutils/unixccompiler.py