mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-27 12:54:31 +00:00
Compile pepy with unicode_codecvt (#108)
Ideally, we would be able to autodetect which unicode library we want to use, but this should hopefully work as a stop-gap solution.
This commit is contained in:
parent
29a9c8ff04
commit
68ab345297
@ -32,7 +32,8 @@ here = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
SOURCE_FILES = [os.path.join(here, 'pepy.cpp'),
|
||||
os.path.abspath(os.path.join(here, '..', 'pe-parser-library', 'src', 'parse.cpp')),
|
||||
os.path.abspath(os.path.join(here, '..', 'pe-parser-library', 'src', 'buffer.cpp'))]
|
||||
os.path.abspath(os.path.join(here, '..', 'pe-parser-library', 'src', 'buffer.cpp')),
|
||||
os.path.abspath(os.path.join(here, '..', 'pe-parser-library', 'src', 'unicode_codecvt.cpp'))]
|
||||
|
||||
if platform.system() == 'Windows':
|
||||
INCLUDE_DIRS = [os.path.abspath(os.path.join(os.path.dirname(sys.executable), 'include')),
|
||||
|
Loading…
x
Reference in New Issue
Block a user