We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ad45c commit 73ae4d9Copy full SHA for 73ae4d9
build_tools/np311-windows/flang/build.py
@@ -14,3 +14,6 @@ def run(temp_dir: str):
14
"flang", "perl", "libflang")
15
16
__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