2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

Fix auto-link to look at the right variable.

Make boost-build.jam point at the v2 Boost.


[SVN r36318]
This commit is contained in:
Dave Abrahams
2006-12-11 02:54:48 +00:00
parent 8fe9d41b58
commit 0c4ebef579

View File

@@ -125,7 +125,7 @@
//
// If we're importing code from a dll, then tell auto_link.hpp about it:
//
#if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_PYTHON_DYN_LINK)
#ifdef BOOST_PYTHON_DYNAMIC_LIB
# define BOOST_DYN_LINK
#endif
//