mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
overhauled scons scripts
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Import("boost_numpy_env")
|
||||
lib = boost_numpy_env.SharedLibrary("boost_numpy", Glob("*.cpp"))
|
||||
# -*- python -*-
|
||||
Import("env")
|
||||
|
||||
lib = env.SharedLibrary("boost_numpy", Glob("*.cpp"))
|
||||
|
||||
Return("lib")
|
||||
|
||||
Reference in New Issue
Block a user