Skip to content

Commit ca36c05

Browse files
authored
Merge pull request #5 from nxxm/hunter-1.68.0
Applies MSVC Win64 fix for Boost.1.68.0
2 parents ba39265 + 4a6a033 commit ca36c05

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/build/src/tools/msvc.jam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,11 @@ local rule set-setup-command ( targets * : properties * )
10771077
if ! [ on $(targets) return $(.SETUP) ]
10781078
{
10791079
local setup-script = [ on $(targets) return $(.SETUP-SCRIPT) ] ;
1080+
# If no setup script was given, then we don't need to do anything.
1081+
if ! $(setup-script)
1082+
{
1083+
return ;
1084+
}
10801085
local setup-options = [ on $(targets) return $(.SETUP-OPTIONS) ] ;
10811086
local key = .setup-command-$(setup-script:E=)-$(setup-options:E=) ;
10821087
if ! $($(key))

0 commit comments

Comments
 (0)