diff options
-rw-r--r-- | progs/fp/SConscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/fp/SConscript b/progs/fp/SConscript index e31fa32023..553799758b 100644 --- a/progs/fp/SConscript +++ b/progs/fp/SConscript @@ -5,6 +5,10 @@ if not env['GLUT']: env = env.Clone() +env.Prepend(CPPPATH = [ + '../util', +]) + env.Prepend(LIBS = ['$GLUT_LIB']) env.Program( |