mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Fix library output of llvm-config
This commit is contained in:
parent
a530592329
commit
c7e98955d6
@ -118,8 +118,7 @@ elif args[0] == "--libs":
|
||||
libs = []
|
||||
for component in args[1:]:
|
||||
for lib in components[component].split(" "):
|
||||
if not lib in libs:
|
||||
libs.append(lib)
|
||||
libs.append(lib)
|
||||
print(" ".join(libs))
|
||||
elif args[0] == "--shared-mode":
|
||||
print("static")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user