Skip to content

Commit 3c07cc6

Browse files
CzarekCzarek
authored andcommitted
Updated setup. Use 64bit files as base.
1 parent 13a3103 commit 3c07cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cefpython/cef3/mac/installer/make-setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def create_fat_binaries(b32, b64, bfat):
4949
os.mkdir(bfat)
5050
res = os.system("cp -rf {}/* {}/".format(b32, bfat))
5151
assert res == 0
52-
files = os.listdir(b32)
52+
files = os.listdir(b64)
5353
for fbase in files:
5454
if not (fbase.endswith(".dylib") or fbase.endswith(".so")
5555
or fbase.endswith("subprocess")):

0 commit comments

Comments
 (0)