mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 16:52:15 +00:00
7 lines
139 B
Python
7 lines
139 B
Python
import scons_tools
|
|
import os
|
|
|
|
base_env = scons_tools.MakeEnvironment()
|
|
targets = SConscript("SConscript")
|
|
scons_tools.MakeAliases(targets)
|