Files
scons-presentation/execEx/05/SConstruct
2021-04-25 12:23:20 -05:00

8 lines
160 B
Python

Help("""
DEBUG=1,0 - enable debug build, default 1
""")
import sys
print('session python path:', str(sys.path).replace(', ', ',\n' + ' ' * 26))