Fix Python build libraries (#621)

This commit is contained in:
Anty-Lemon 2017-04-12 15:38:40 -04:00 committed by endrift
parent 01738f3bf6
commit 7a03505b1a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ struct mLoggerPy {
};
""", include_dirs=[incdir, srcdir],
extra_compile_args=cppflags,
libraries=["mgba"],
libraries=["medusa-emu"],
library_dirs=[bindir],
sources=[os.path.join(pydir, path) for path in ["vfs-py.c", "log.c"]])