Added src/SConstruct which calls root SConstruct so "scons" can be run from src.
This commit is contained in:
parent
3907846b0f
commit
52483ae9ba
1 changed files with 4 additions and 0 deletions
4
src/SConstruct
Normal file
4
src/SConstruct
Normal file
|
@ -0,0 +1,4 @@
|
|||
import sys
|
||||
from subprocess import call
|
||||
print "scons --directory=.. " + " ".join(sys.argv[1:])
|
||||
Exit(call(Split("scons --directory=..") + sys.argv[1:]))
|
Loading…
Add table
Reference in a new issue