isle-portable icon indicating copy to clipboard operation
isle-portable copied to clipboard

Issue : Typo in variable name

Open PrinceSajjadHussain opened this issue 6 months ago • 1 comments

Body: There's a typo in line 648. It should be "Config.set_library_path" instead of "Config.".

--- a/ncc.py
+++ b/ncc.py
@@ -645,4 +645,4 @@
         sys.exit(1)
 
     if op.args.clang_lib:
-        Config.
+        Config.set_library_path(op.args.clang_lib)

PrinceSajjadHussain avatar Jun 23 '25 13:06 PrinceSajjadHussain

Make PR please

AJenbo avatar Jun 23 '25 13:06 AJenbo

This is not our script...feel free to report that to the source repository

foxtacles avatar Jun 23 '25 14:06 foxtacles