mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Chris H. adds MACHDEP=beos to the CCSHARED variable
This commit is contained in:
parent
d147a6c35a
commit
14f53a7757
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ Python 1.5.2 and later will compile "out of the box" on BeOS), try this:
|
|||
6) Make:
|
||||
|
||||
make AR=$(pwd)/BeOS/ar-fake RANLIB=: OPT=-DUSE_DL_EXPORT \
|
||||
CCSHARED=-UUSE_DL_EXPORT
|
||||
CCSHARED=-UUSE_DL_EXPORT MACHDEP=beos
|
||||
|
||||
On PowerPC systems, you'll see lots of warnings about duplicate
|
||||
symbols when things get linked; don't worry about this, it's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue