2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

Boost.Python.Numpy - cleaning up build system

This commit is contained in:
Jim Bosch
2011-01-15 23:00:43 +00:00
parent a300f7cdd0
commit 91a1119070
4 changed files with 167 additions and 43 deletions

View File

@@ -1,5 +1,4 @@
Import("bp_numpy_env")
lib = bp_numpy_env.SharedLibrary("boost_python_numpy", Glob("*.cpp"))
Return("lib")