mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 08:32:47 +00:00
Delete build/*/SConscript files in case...
...there are still left some from before 2008-09-20T15:42:45Z!loonycyborg@gmail.com.
This commit is contained in:
parent
a721002d63
commit
7900f30ab0
@ -14,6 +14,8 @@ from glob import glob
|
||||
from subprocess import Popen, PIPE, call
|
||||
from os import access, F_OK
|
||||
|
||||
map(os.remove, glob(os.path.join("build", "*", "SConscript")))
|
||||
|
||||
SConsignFile("build/sconsign.dblite")
|
||||
|
||||
# Warn user of current set of build options.
|
||||
|
Loading…
x
Reference in New Issue
Block a user