mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Fix a few oddly written returns. These only work because of the idiosyncracies of the Jam language.
[SVN r76058]
This commit is contained in:
@@ -1178,7 +1178,7 @@ class python-test-generator : generator
|
||||
|
||||
property-set = [ $(property-set).add-raw <dependency>$(other-pythons) ] ;
|
||||
|
||||
result = [ construct-result $(python) $(extensions) $(new-sources) :
|
||||
return [ construct-result $(python) $(extensions) $(new-sources) :
|
||||
$(project) $(name) : $(property-set) ] ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user