mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
Set up BOOST_ROOT before import python has a chance to use it.
[SVN r19974]
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
|
||||
# Edit this path to point at the root directory of your Boost
|
||||
# installation. Absolute paths work, too.
|
||||
project boost : ../../.. ;
|
||||
path-global BOOST_ROOT : ../../.. ;
|
||||
project boost : $(BOOST_ROOT) ;
|
||||
|
||||
Reference in New Issue
Block a user