diff options
author | Jesse Natalie <jenatali@microsoft.com> | 2020-03-31 14:05:59 -0700 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-10-07 21:52:04 +0000 |
commit | 22ffc05266c68b78cf328d091ba6b0db03f56867 (patch) | |
tree | 91ee39ad294650a30394890f5bedaba9e032e8bb /src/compiler/SConscript.glsl | |
parent | 3ff513ee5d995b733f0f91b0f6c645676038afbc (diff) | |
download | external_mesa3d-22ffc05266c68b78cf328d091ba6b0db03f56867.tar.gz external_mesa3d-22ffc05266c68b78cf328d091ba6b0db03f56867.tar.bz2 external_mesa3d-22ffc05266c68b78cf328d091ba6b0db03f56867.zip |
util: Move xxd.py to util
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7034>
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', ) |