Skip to content

Commit 89083ec

Browse files
committed
added librt to LINUX_SYSTEM_LIBRARIES
1 parent 9e442cf commit 89083ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uiucprescon/build/deps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ def use_dumpbin_to_determine_deps(library_path: str) -> List[str]:
282282

283283
LINUX_SYSTEM_LIBRARIES = [
284284
"libdl",
285+
"librt",
285286
"libm",
286287
"libstdc++",
287288
"libgcc",

0 commit comments

Comments
 (0)