mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Added dangling_reference FAQ
Various idiomatic MPL cleanups in indirect_traits.hpp raw_function support Patches for CWPro7.2 Patches to pass tests under Python 2.3 with the new bool type. Tests for member operators returning const objects Fixes for testing Boost.Python under Cygwin [SVN r17777]
This commit is contained in:
@@ -114,7 +114,8 @@ CYGWIN_ROOT ?= c:/cygwin ;
|
||||
|
||||
for d in "" _D
|
||||
{
|
||||
local debug = $(d)EBUG ;
|
||||
local d_D = _DEBUG ;
|
||||
local debug = $(d$(d)) ; # "" or _DEBUG
|
||||
|
||||
# select target description variable
|
||||
local var = CYGWIN_PYTHON$(d) ;
|
||||
|
||||
Reference in New Issue
Block a user