mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Don't rely on py2exe to create the dist dir.
This commit is contained in:
committed by
BrentHoltsclaw
parent
a2304c14e9
commit
cf79dbb2ed
@@ -100,6 +100,10 @@ for current, dirs, files in os.walk(tool_dir ):
|
||||
mypackages.append(pkg)
|
||||
print(pkg)
|
||||
|
||||
# Don't rely on py2exe to create the dist dir
|
||||
if not os.path.exists(win_7_amd64):
|
||||
os.makedirs(win_7_amd64)
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
|
||||
|
||||
@@ -100,6 +100,10 @@ for current, dirs, files in os.walk(tool_dir ):
|
||||
mypackages.append(pkg)
|
||||
print(pkg)
|
||||
|
||||
# Don't rely on py2exe to create the dist dir
|
||||
if not os.path.exists(win_7_x86):
|
||||
os.makedirs(win_7_x86)
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user