Update lib path.
This commit is contained in:
parent
748f4dba07
commit
577231a9be
2
main.py
2
main.py
@ -13,7 +13,7 @@ CONFIG_FILE = f"/home/{os.getlogin()}/.local/share/ryzen-set/profiles.ini"
|
|||||||
lib_path = os.path.dirname(os.path.abspath(__file__))
|
lib_path = os.path.dirname(os.path.abspath(__file__))
|
||||||
os.chdir(lib_path)
|
os.chdir(lib_path)
|
||||||
|
|
||||||
lib = cdll.LoadLibrary('/usr/lib/libryzenadj.so')
|
lib = cdll.LoadLibrary('/usr/lib64/libryzenadj.so')
|
||||||
|
|
||||||
# define ctype mappings for types which can not be mapped automatically
|
# define ctype mappings for types which can not be mapped automatically
|
||||||
# ryzenadj tables
|
# ryzenadj tables
|
||||||
|
Loading…
Reference in New Issue
Block a user