mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 03:27:13 +02:00
issue-76: fix syntax error in jamfile (#77)
This commit is contained in:
committed by
Rene Rivera
parent
5e8f5d5a4b
commit
0bccaa9ead
@ -43,7 +43,7 @@ rule check ( expressions + : language ? : true-properties * : false-properties *
|
||||
else
|
||||
{
|
||||
# Create the check run if we don't have one yet.
|
||||
local key = [ MD5 $(language)::$(expression) ] ;
|
||||
local key = [ MD5 "$(language)::$(expression)" ] ;
|
||||
if ! ( $(key) in $(_checks_) )
|
||||
{
|
||||
_checks_ += $(key) ;
|
||||
|
Reference in New Issue
Block a user