]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/mac/wxPythonOSX/build
Tweak how we cheat on the resource files
[wxWidgets.git] / wxPython / distrib / mac / wxPythonOSX / build
index cec6f78b3c7fd494357693c4e2a4119c572dae3f..3f0152d5d0560c40a988acc3c6f4b08360d97ea6 100755 (executable)
@@ -225,16 +225,16 @@ if [ $skipbuild != yes ]; then
 
     # Make wxWidgets and some contribs
 
 
     # Make wxWidgets and some contribs
 
-    # 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
-       if [ "$CHARTYPE" = "ansi" ]; then
-           su robind -c "make lib/libwx_macd-2.5.4.r"
-       else
-           su robind -c "make lib/libwx_macud-2.5.4.r"
-       fi
+    # For some reason Rez and DeRez have started locking up if run via
+    # an ssh terminal.  Figure out why, but in the meantime...
+    if [ "$CHARTYPE" = "ansi" ]; then
+       echo cp /projects/wx2.5/bld/lib/libwx_macd-2.5.?.r* lib
+            cp /projects/wx2.5/bld/lib/libwx_macd-2.5.?.r* lib
+    else
+       echo cp /projects/wx2.5/bld-unicode/lib/libwx_macud-2.5.?.r* lib
+             cp /projects/wx2.5/bld-unicode/lib/libwx_macud-2.5.?.r* lib
     fi
     fi
+    touch lib/libwx*.r*
 
     make $MAKEJOBS
     make $MAKEJOBS -C contrib/src/gizmos
 
     make $MAKEJOBS
     make $MAKEJOBS -C contrib/src/gizmos