There was an error while loading. Please reload this page.
1 parent 13a3103 commit 3c07cc6Copy full SHA for 3c07cc6
1 file changed
cefpython/cef3/mac/installer/make-setup.py
@@ -49,7 +49,7 @@ def create_fat_binaries(b32, b64, bfat):
49
os.mkdir(bfat)
50
res = os.system("cp -rf {}/* {}/".format(b32, bfat))
51
assert res == 0
52
- files = os.listdir(b32)
+ files = os.listdir(b64)
53
for fbase in files:
54
if not (fbase.endswith(".dylib") or fbase.endswith(".so")
55
or fbase.endswith("subprocess")):
0 commit comments