Build/distrib updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-28 18:37:29 +00:00
parent a96fdef31f
commit 2bf6b425b4
7 changed files with 47 additions and 29 deletions

View File

@@ -230,9 +230,9 @@ if [ $skipbuild != yes ]; then
if [ "$UID" = "0" ]; then
chmod a+w lib
if [ "$CHARTYPE" = "ansi" ]; then
su robind -c "make lib/libwx_macd-2.5.3.r"
su robind -c "make lib/libwx_macd-2.5.4.r"
else
su robind -c "make lib/libwx_macud-2.5.3.r"
su robind -c "make lib/libwx_macud-2.5.4.r"
fi
fi