Skip to content

Commit 667201c

Browse files
committed
remove ldl
Signed-off-by: Tony Xiang <[email protected]>
1 parent c303266 commit 667201c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def generate_build_ext(pkg_dir: Path, pkg_name: str):
129129
"-O3",
130130
"-fvisibility=hidden",
131131
]
132-
lflags += ["-lpthread", "-ldl", "-O3"]
132+
lflags += ["-lpthread", "-O3"]
133133
# # extra flag for Mac
134134
if platform.system() == "Darwin":
135135
# compiler flag to set version

0 commit comments

Comments
 (0)