Fix compilation via scons

Add the include path to the root directory, overlooked in
736ec20d.
This commit is contained in:
dhewg 2011-12-21 13:46:03 +01:00
parent 1358d397e4
commit 45566d9727

View file

@ -289,6 +289,8 @@ if ( "BSD" in g_os ):
BASECPPFLAGS.append( '-I/usr/local/include' )
BASELINKFLAGS.append('-L/usr/local/lib')
BASECPPFLAGS.append( '-I.' )
if ( g_sdk or SDK != '0' ):
BASECPPFLAGS.append( '-D_D3SDK' )