Some distrib updates for wxPythonOSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
741258ea5a
commit
849b176b3d
@ -126,8 +126,9 @@ fi
|
||||
|
||||
#-----------------------------------
|
||||
msg configuring wxWindows
|
||||
|
||||
buildDir="$srcPath/build-pkg"
|
||||
dFlag="--enable-optimise --enable-debug_flag"
|
||||
dFlag="--enable-debug_flag --enable-optimise"
|
||||
if [ $debug ]; then
|
||||
buildDir="$srcPath/build-pkg-debug"
|
||||
dFlag="--enable-debug"
|
||||
|
@ -1,4 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/bin/sudo -u $USER /bin/rm -rf "$2/Library/Frameworks/Python.framework/Versions/2.2/lib/python2.2/site-packages/wxPython"
|
||||
/usr/bin/sudo -u $USER /bin/rm -rf \
|
||||
$2/Library/Frameworks/Python.framework/Versions/2.2/lib/python2.2/site-packages/wxPython \
|
||||
|
||||
# $2/usr/local/bin/wx* \
|
||||
# $2/usr/local/include/wx \
|
||||
# $2/usr/local/lib/wx \
|
||||
# $2/usr/local/lib/libwx*
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user