wxPythonOSX build tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-01-09 23:42:10 +00:00
parent 97d2a1b925
commit d45ca1a3fd
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ if [ $force ]; then
fi fi
msgdo mkdir -m 775 "$buildDir" msgdo mkdir -m 775 "$buildDir"
msgdo cd "$buildDir" msgdo cd "$buildDir"
msgdo ../configure --with-mac --with-opengl --enable-precomp=no $dFlag msgdo ../configure --with-mac --with-opengl --enable-precomp=no --enable-geometry $dFlag
cd $curDir cd $curDir
else else

View File

@@ -1,2 +1,2 @@
You will be guided through the steps necessary to install wxPython 2.4.0 (including wxMac) for MachoPython 2.2.x on Mac OS X 10.1 or later. You will be guided through the steps necessary to install wxPython 2.4.0.1 (including wxMac) for MachoPython 2.2.x on Mac OS X 10.1 or later.