mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
Update SConscript
Fixing copy and pasted comment to say correct thing when program built against Boost.Python can not run.
This commit is contained in:
@@ -168,7 +168,7 @@ int main()
|
||||
result, output = context.TryRun(bp_source_file, '.cpp')
|
||||
if not result:
|
||||
context.Result(0)
|
||||
print "Cannot build against Boost.Python."
|
||||
print "Cannot run program built against Boost.Python."
|
||||
return False
|
||||
context.Result(1)
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user