Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / getopt / SConscript
index 0fbaab4af9cdd01d8187f9d0c2df8bc554c07f92..14cabed4e643e2a3fda09cad7daa24c205377d26 100644 (file)
@@ -5,6 +5,8 @@ if not env['msvc']:
 
 env = env.Clone()
 
+env.Prepend(CPPPATH = ['.'])
+
 getopt = env.ConvenienceLibrary(
     target = 'getopt',
     source = ['getopt_long.c'],