mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Add example of calling Python modules from Boost.Build.
[SVN r34474]
This commit is contained in:
5
v2/example/python_modules/Jamroot
Normal file
5
v2/example/python_modules/Jamroot
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
import python_helpers ;
|
||||
|
||||
ECHO "test1:" [ python_helpers.test1 ] ;
|
||||
ECHO "test2:" [ python_helpers.test2 1234 : 5678 ] ;
|
||||
Reference in New Issue
Block a user