Merge pull request 'clan-app: Rename dynamic library name, set macos x64 to unsupported' (#2719) from Qubasa/clan-core:Qubasa-main into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2719
This commit is contained in:
@@ -30,8 +30,9 @@ def _get_lib_names() -> list[str]:
|
|||||||
raise RuntimeError(msg)
|
raise RuntimeError(msg)
|
||||||
if system == "darwin":
|
if system == "darwin":
|
||||||
if machine == "arm64":
|
if machine == "arm64":
|
||||||
return ["libwebview.aarch64.dylib"]
|
return ["libwebview.dylib"]
|
||||||
return ["libwebview.x86_64.dylib"]
|
msg = "Not supported"
|
||||||
|
raise RuntimeError(msg)
|
||||||
# linux
|
# linux
|
||||||
return ["libwebview.so"]
|
return ["libwebview.so"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user