5 lines
126 B
Python
Raw Normal View History

2022-08-10 20:32:35 -04:00
import SCons.Script
# this does all the work, and calls sys.exit
# with the proper exit status when done.
SCons.Script.main()