summaryrefslogtreecommitdiff
path: root/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'Jamfile.jam')
-rw-r--r--Jamfile.jam2
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
{