Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f96cff2

Browse files
committed
Last-minute oopsie by Chris H. (Chris, please check that I did this right!)
1 parent 343848b commit f96cff2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BeOS/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Python 1.5.2 and later will compile "out of the box" on BeOS), try this:
8989

9090
7) Test:
9191

92-
make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT test
92+
make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT MACHDEP=beos test
9393

9494
Expect the following errors:
9595

@@ -105,7 +105,7 @@ Python 1.5.2 and later will compile "out of the box" on BeOS), try this:
105105

106106
8) Install:
107107

108-
make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT install
108+
make OPT=-DUSE_DL_EXPORT CCSHARED=-UUSE_DL_EXPORT MACHDEP=beos nstall
109109

110110
This will fail trying to copy libpython1.5.a; at that point in the
111111
install, everything you "normally" need is installed (all the Python

0 commit comments

Comments
 (0)