Rename build dir for python bindings

This commit is contained in:
mio 2022-01-18 20:15:28 +01:00
parent 0da1f02fde
commit c84dbac9a8
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ LIBS_DIR = os.path.join(ROOT_DIR, 'unicorn', 'lib')
HEADERS_DIR = os.path.join(ROOT_DIR, 'unicorn', 'include')
SRC_DIR = os.path.join(ROOT_DIR, 'src')
UC_DIR = os.path.join(ROOT_DIR, '../..')
BUILD_DIR = os.path.join(UC_DIR, 'build')
BUILD_DIR = os.path.join(UC_DIR, 'build_python')
VERSION = "2.0.0rc5.post1"