Advertisement
Guest User

SCons build script in root directory

a guest
Mar 15th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. environment = Environment()
  4. environment.SConscript('somelib/SConstruct')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement