Makefile: update python path

This commit is contained in:
Drew DeVault 2024-03-20 13:04:58 +01:00
parent 69b07a6bff
commit 9b73cd28c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SRHT_PATH?=/usr/lib/python3.10/site-packages/srht
SRHT_PATH?=/usr/lib/python3.11/site-packages/srht
MODULE=metasrht/
include ${SRHT_PATH}/Makefile