[mapguide-commits] r9932 - sandbox/jng/vanilla_swig

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri May 20 05:44:40 PDT 2022


Author: jng
Date: 2022-05-20 05:44:40 -0700 (Fri, 20 May 2022)
New Revision: 9932

Modified:
   sandbox/jng/vanilla_swig/setenvironment64.bat
Log:
Fix HTTPD_SRC env var

Modified: sandbox/jng/vanilla_swig/setenvironment64.bat
===================================================================
--- sandbox/jng/vanilla_swig/setenvironment64.bat	2022-05-20 09:58:51 UTC (rev 9931)
+++ sandbox/jng/vanilla_swig/setenvironment64.bat	2022-05-20 12:44:40 UTC (rev 9932)
@@ -104,7 +104,7 @@
 rem Set the env vars that VS will reference
 SET PHP_SRC=%MG_OEM%\php\include
 SET PHP_LIB=%MG_OEM%\php\lib
-SET HTTPD_SRC=%MG_OEM%\LinuxApt\httpd-%HTTPD_VER%
+SET HTTPD_SRC=%MG_OEM%\httpd
 SET HTTPD_LIB=%MG_OEM%\httpd\lib64
 rem Sanity checks
 if not exist "%PHP_SRC%" echo Environment variable PHP_SRC does not point to a valid directory (%PHP_SRC%). Please edit setenvironment64.bat to ensure PHP_SRC points to a valid directory



More information about the mapguide-commits mailing list