Fix path change: compat/ -> extra/

This commit is contained in:
Petteri Aimonen
2013-12-29 20:41:36 +02:00
parent 156139f112
commit ae7b9a3bd3
2 changed files with 5 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ if not env.GetOption('clean'):
string = conf.CheckCHeader('string.h')
if not stdbool or not stdint or not stddef or not string:
conf.env.Append(CPPDEFINES = {'PB_SYSTEM_HEADER': '\\"pb_syshdr.h\\"'})
conf.env.Append(CPPPATH = "#../compat")
conf.env.Append(CPPPATH = "#../extra")
if stdbool: conf.env.Append(CPPDEFINES = {'HAVE_STDBOOL_H': 1})
if stdint: conf.env.Append(CPPDEFINES = {'HAVE_STDINT_H': 1})