scons: Include headers from the local include directory first.
authorVinson Lee <vlee@vmware.com>
Mon, 26 Apr 2010 08:08:34 +0000 (01:08 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 26 Apr 2010 08:08:34 +0000 (01:08 -0700)
commit5fd97573e3c35d5e7e2b17dc2795dc9292ea944c
tree3f28c585ca72f91dcaf73d4689d2e0e4a73d241b
parent31db310be489e1fc83fa3f72366e2e5fdd2a00e7
scons: Include headers from the local include directory first.

Certain headers, such as GL/glew.h, are in both the Mesa include and the
default installed include directories. On recent distros the needed
symbols can be found in both places. On older distros the installed
headers could be lacking symbols, so for a header that exists in both
places, the local one should be found first.
SConstruct