mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
7 lines
101 B
Python
7 lines
101 B
Python
# -*- python -*-
|
|
Import("env")
|
|
|
|
lib = env.SharedLibrary("boost_numpy", Glob("*.cpp"))
|
|
|
|
Return("lib")
|