mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 04:42:28 +00:00
8 lines
267 B
Plaintext
Executable File
8 lines
267 B
Plaintext
Executable File
# Copyright David Abrahams 2003. See accompanying LICENSE for terms
|
|
# and conditions of use.
|
|
|
|
# Edit this path to point at the root directory of your Boost
|
|
# installation. Absolute paths work, too.
|
|
path-global BOOST_ROOT : ../../.. ;
|
|
project boost : $(BOOST_ROOT) ;
|