diff options
Diffstat (limited to 'src/compiler/SConscript.glsl')
-rw-r--r-- | src/compiler/SConscript.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/SConscript.glsl b/src/compiler/SConscript.glsl index 85abfbac78a..44a02173dfd 100644 --- a/src/compiler/SConscript.glsl +++ b/src/compiler/SConscript.glsl @@ -90,7 +90,7 @@ compiler_objs += mesa_objs # GLSL generated sources env.CodeGenerate( target = 'glsl/float64_glsl.h', - script = 'glsl/xxd.py', + script = '../util/xxd.py', source = ['glsl/float64.glsl'], command = python_cmd + ' $SCRIPT $SOURCE $TARGET -n float64_source', ) |