simplify Jamfile by determining whether to use boost from source or from system installed version based on the BOOST_ROOT environment variable. This removes the build feature boost=source/boost=system
This commit is contained in:
@@ -203,7 +203,7 @@ def main(argv):
|
||||
test_dirs = []
|
||||
build_dirs = []
|
||||
configs = []
|
||||
options = ['boost=source', 'preserve-test-targets=on']
|
||||
options = ['preserve-test-targets=on']
|
||||
time_limit = 1200
|
||||
|
||||
for arg in argv:
|
||||
|
Reference in New Issue
Block a user