summaryrefslogtreecommitdiffstats
path: root/tests/SConstruct
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-12-29 20:41:36 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-12-29 20:41:36 +0200
commitae7b9a3bd3f54b5d0ba2db428944e38a3cd7b6a2 (patch)
tree86de296ce7aad603bc1b5a040426f9bb4aa85044 /tests/SConstruct
parent156139f11293691d97b06db826b7b8ff8327317b (diff)
Fix path change: compat/ -> extra/
Diffstat (limited to 'tests/SConstruct')
-rw-r--r--tests/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SConstruct b/tests/SConstruct
index c1defe92..566b4793 100644
--- a/tests/SConstruct
+++ b/tests/SConstruct
@@ -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})