Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 916d3ff

Browse filesBrowse files
CzarekCzarek
authored andcommitted
Updated make-setup.py. Use 64bit binaries as base.
1 parent 3c07cc6 commit 916d3ff
Copy full SHA for 916d3ff

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: cefpython/cef3/mac/installer/make-setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ def create_fat_binaries(b32, b64, bfat):
4747
if os.path.exists(bfat):
4848
shutil.rmtree(bfat)
4949
os.mkdir(bfat)
50-
res = os.system("cp -rf {}/* {}/".format(b32, bfat))
50+
res = os.system("cp -rf {}/* {}/".format(b64, bfat))
5151
assert res == 0
52-
files = os.listdir(b64)
52+
files = os.listdir(b32)
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.