mirror of
https://github.com/cemu-project/idapython.git
synced 2024-12-26 01:31:54 +01:00
build.py: Removed a bit of dead code
This commit is contained in:
parent
5a66395061
commit
dec108c25b
4
build.py
4
build.py
@ -260,9 +260,7 @@ def build_distribution(manifest, distrootdir, ea64, nukeold):
|
|||||||
dstdir = distrootdir
|
dstdir = distrootdir
|
||||||
else:
|
else:
|
||||||
dstdir = distrootdir + os.sep + srcdir
|
dstdir = distrootdir + os.sep + srcdir
|
||||||
# Move the python files to python64 when building a 64-bit plugin
|
|
||||||
# if ea64:
|
|
||||||
# dstdir = dstdir.replace(os.sep+'python', os.sep+'python64')
|
|
||||||
if not os.path.exists(dstdir):
|
if not os.path.exists(dstdir):
|
||||||
os.makedirs(dstdir)
|
os.makedirs(dstdir)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user