diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-10-29 21:47:37 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-10-29 21:47:37 +0000 |
commit | a70f6b1a70aa1c31cedd3659e070bc46a8722fc1 (patch) | |
tree | 949a1d6e9d68786effe1bcc3b3175e5d784dd6d4 /Jamfile.jam | |
parent | 1fdd096c8011446935396baf447bfed9331f3ff3 (diff) |
tests: CodeWarrior and BCC supported
git-svn-id: http://pugixml.googlecode.com/svn/trunk@195 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamfile.jam')
-rw-r--r-- | Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile.jam b/Jamfile.jam index 6908c9f..b66b04c 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -27,7 +27,7 @@ defines -= "" ; # options
if ( $(defines) )
{
- BUILD = build/$(toolset)/$(defines:J=-)/$(configuration) ;
+ BUILD = build/$(toolset)/$(defines:J=_)/$(configuration) ;
}
else
{
|