X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2FSConscript;h=37b3f8572e25a28dee7fbb6c64eef9131998327b;hb=076faf8764d3cd8038145286f7533d0a18e82476;hp=c31e4ec06fa5666cd118097620abd5ab0614cdfd;hpb=9f6110ad327275fecc68248c1d6bd85f6b3d111c;p=mesa.git diff --git a/src/SConscript b/src/SConscript index c31e4ec06fa..37b3f8572e2 100644 --- a/src/SConscript +++ b/src/SConscript @@ -24,7 +24,7 @@ def write_git_sha1_h_file(filename): tempfile = "git_sha1.h.tmp" with open(tempfile, "w") as f: - args = [ 'sh', Dir('#').abspath + '/git_sha1_gen.sh' ] + args = [ 'sh', Dir('#').abspath + '/bin/git_sha1_gen.sh' ] try: subprocess.Popen(args, stdout=f).wait() except: