2
0
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:
barnabyrobson
2012-09-22 20:13:20 -07:00
parent 2f7742ffec
commit cce7dfcf17

View File

@@ -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