create symlinks to installed libraries
This commit is contained in:
@@ -78,4 +78,8 @@ def install(args):
|
||||
tar_file.extractall(extract_dir)
|
||||
f.close()
|
||||
|
||||
console.print(f"[d][:white_check_mark:] Extracted to {extract_dir}.")
|
||||
console.print(f"[d][:white_check_mark:] Extracted to {extract_dir}.")
|
||||
|
||||
console.status("Finishing up...")
|
||||
os.symlink(os.path.join(extract_dir, package_name, "main.so"), os.path.join(extract_dir, f"{package_name}.so"))
|
||||
console.print("[:white_check_mark:] Done!")
|
||||
Reference in New Issue
Block a user