]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/mac/buildPython
call wxApp::OnExit() when wxExit() is called and don't do wxLogError from it (replace...
[wxWidgets.git] / wxPython / distrib / mac / buildPython
CommitLineData
8721cada
RD
1#!/bin/sh -e
2#
3# build binary package and put it on a disk image
4#
5
6
7prog="`dirname \"$0\"`/_`basename \"$0\"`"
8sudo "$prog" "${USER?'USER not set.'}" "$@"