Skip to content

Commit 73ae4d9

Browse files
committed
flang: Write link.json.
1 parent 61ad45c commit 73ae4d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_tools/np311-windows/flang/build.py

+3
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ def run(temp_dir: str):
1414
"flang", "perl", "libflang")
1515

1616
__np__.install_build_tool("flang", os.path.join(temp_dir, "Library", "*"))
17+
18+
with open(os.path.join(__np__.getToolsInstallDir(), "flang", "link.json"), 'w') as f:
19+
f.write('{"library_dirs":["lib"]}')

0 commit comments

Comments
 (0)