mirror of
https://github.com/mupen64plus/mupen64plus-ui-python.git
synced 2025-04-02 10:51:53 -04:00
import m64py from source
This commit is contained in:
parent
006797145a
commit
b558bb13ba
2 changed files with 2 additions and 2 deletions
2
m64py
2
m64py
|
@ -22,7 +22,7 @@ import signal
|
|||
|
||||
if os.path.isdir(os.path.join(".","src")) and os.path.isfile(
|
||||
os.path.join(".","setup.py")):
|
||||
sys.path.append(os.path.realpath("src"))
|
||||
sys.path.insert(0, os.path.realpath("src"))
|
||||
|
||||
try:
|
||||
import sip
|
||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ from distutils.command.build import build
|
|||
from distutils.command.clean import clean
|
||||
from distutils.dir_util import copy_tree
|
||||
|
||||
sys.path.append(realpath("src"))
|
||||
sys.path.insert(0, realpath("src"))
|
||||
from m64py.core.defs import FRONTEND_VERSION
|
||||
BASE_DIR = dirname(realpath(__file__))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue