[mapguide-commits] r7384 - branches/2.5/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 22 00:13:55 PST 2013


Author: jng
Date: 2013-02-22 00:13:54 -0800 (Fri, 22 Feb 2013)
New Revision: 7384

Modified:
   branches/2.5/MgDev/build_oem.sh
Log:
#2212: Update build_json() to use system scons

Modified: branches/2.5/MgDev/build_oem.sh
===================================================================
--- branches/2.5/MgDev/build_oem.sh	2013-02-22 01:03:59 UTC (rev 7383)
+++ branches/2.5/MgDev/build_oem.sh	2013-02-22 08:13:54 UTC (rev 7384)
@@ -540,7 +540,8 @@
 build_json()
 {
     pushd jsoncpp
-    python scons.py platform=linux-gcc
+    # Use system scons
+    scons platform=linux-gcc
     popd
 }
 



More information about the mapguide-commits mailing list