mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-27 14:42:23 +00:00
Fix compilation via scons
Add the include path to the root directory, overlooked in
736ec20d
.
This commit is contained in:
parent
1358d397e4
commit
45566d9727
1 changed files with 2 additions and 0 deletions
|
@ -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' )
|
||||
|
||||
|
|
Loading…
Reference in a new issue