Author: rhuijben Date: Thu Sep 5 15:22:38 2019 New Revision: 1866470 URL: http://svn.apache.org/viewvc?rev=1866470&view=rev Log: * SConstruct: Restore finding apr on the Windows buildbot. Broken since r1866468.
Modified: serf/trunk/SConstruct Modified: serf/trunk/SConstruct URL: http://svn.apache.org/viewvc/serf/trunk/SConstruct?rev=1866470&r1=1866469&r2=1866470&view=diff ============================================================================== --- serf/trunk/SConstruct (original) +++ serf/trunk/SConstruct Thu Sep 5 15:22:38 2019 @@ -390,7 +390,8 @@ if sys.platform == 'win32': if not env.get('SOURCE_LAYOUT', None): env.Append(LIBPATH=['$APR/lib', '$APU/lib'], - CPPPATH=['$APR/include', '$APU/include']) + CPPPATH=['$APR/include', '$APR/include/apr-1', + '$APU/include', '$APU/include/apr-1']) elif aprstatic: env.Append(LIBPATH=['$APR/LibR','$APU/LibR'], CPPPATH=['$APR/include', '$APU/include'])