Permalink
Browse files

Python: Fix package directory

  • Loading branch information...
endrift committed Feb 24, 2018
1 parent 0a8986d commit 5df0edb2e1bfc14ef3f7fb8e059292b0658c0a5f
Showing with 2 additions and 1 deletion.
  1. +1 −0 CHANGES
  2. +1 −1 src/platform/python/setup.py.in
View
@@ -52,6 +52,7 @@ Bugfixes:
- GB Audio: Clock frame events on DIV
- GBA: Fix SharkPort saves for EEPROM games
- Qt: Fix opening in fullscreen (fixes mgba.io/i/993)
+ - Python: Fix package directory
Misc:
- GBA Timer: Use global cycles for timers
- GBA: Extend oddly-sized ROMs to full address space (fixes mgba.io/i/722)
@@ -22,7 +22,7 @@ setup(name="${BINARY_NAME}",
url="http://github.com/mgba-emu/mgba/",
packages=["mgba"],
package_dir={
- "mgba": "${CMAKE_CURRENT_SOURCE_DIR}"
+ "mgba": "${CMAKE_CURRENT_SOURCE_DIR}/mgba"
},
setup_requires=['cffi>=1.6', 'pytest-runner'],
install_requires=['cffi>=1.6', 'cached-property'],

0 comments on commit 5df0edb

Please sign in to comment.