]> git.saurik.com Git - wxWidgets.git/commitdiff
A unicode hack for the Rez/Derez hack
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 15:20:51 +0000 (15:20 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 15:20:51 +0000 (15:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/mac/wxPythonOSX/build

index 53404d8e2b58e24f2ee767d19812a4640317a666..dacdd398e0ee21995e85ba25398d8f163b971386 100755 (executable)
@@ -218,10 +218,15 @@ if [ $skipbuild != yes ]; then
 
     # Make wxWidgets and some contribs
 
-    # For some reason Rez and DeRez have started locking up if run as root...
+    # For some reason Rez and DeRez have started locking up if run as
+    # root, figure out why, but in the meantime...
     if [ "$UID" = "0" ]; then
        chmod a+w lib
-       su robind -c "make lib/libwx_macd-2.5.3.r"
+       if [ "$CHARTYPE" = "ansi" ]; then
+           su robind -c "make lib/libwx_macd-2.5.3.r"
+       else
+           su robind -c "make lib/libwx_macud-2.5.3.r"
+       fi
     fi
 
     make