mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-12 05:31:51 +00:00
fix
This commit is contained in:
parent
a41c35c383
commit
e78f63280e
@ -26,6 +26,8 @@ args = subp.check_output([python_config, "--ldflags"]).split()
|
|||||||
libdir = []
|
libdir = []
|
||||||
lib = []
|
lib = []
|
||||||
|
|
||||||
|
pprint(args)
|
||||||
|
|
||||||
for arg in args:
|
for arg in args:
|
||||||
if arg.startswith("-L"):
|
if arg.startswith("-L"):
|
||||||
libdir.append(arg[2:])
|
libdir.append(arg[2:])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user