diff --git a/python/Jamfile b/python/Jamfile new file mode 100755 index 0000000..b43ae22 --- /dev/null +++ b/python/Jamfile @@ -0,0 +1,16 @@ +subproject libs/random/python ; + +# Include definitions needed for Python modules +import python ; + +extension _random + : random.cpp +