Use abspath when deleting the old Source..svnrev.h.
Makes no difference for me with SCons 2.0.1, but maybe it does with other versions. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6717 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8fca9a8e8d
commit
4bf07838a8
|
@ -5,9 +5,9 @@ import os
|
|||
import sys
|
||||
from SconsTests import utils
|
||||
|
||||
Execute(Delete(File('#Source/Core/Common/Src/svnrev.h').abspath))
|
||||
utils.GenerateRevFile(env['flavor'], Dir('#Source/Core/Common/Src').abspath +
|
||||
os.sep + 'svnrev_template.h', 'svnrev.h')
|
||||
Execute(Delete(File('#Source/Core/Common/Src/svnrev.h')))
|
||||
|
||||
files = [
|
||||
"ABI.cpp",
|
||||
|
|
Loading…
Reference in New Issue