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 58002fc

Browse filesBrowse files
CzarekCzarek
authored andcommitted
CEF build for Mac 64bit.
Added checks for Python architecture and ARCHFLAGS/CEF_CCFLAGS env variables. Updated mac64.sh. Need to set ARCHFLAGS and CEF_CCFLAGS as well. Otherwise Cython will try to compile for both 32bit and 64bit.
1 parent 11e32d8 commit 58002fc
Copy full SHA for 58002fc

File tree

Expand file treeCollapse file tree

6 files changed

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

6 files changed

+1585
-0
lines changed
Open diff view settings
Collapse file

‎cefpython/cef3/mac/binaries_32bit/wxpython.py‎

Copy file name to clipboardExpand all lines: cefpython/cef3/mac/binaries_32bit/wxpython.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import uuid
3434
import platform
3535
import inspect
36+
import struct
3637

3738
g_applicationSettings = None
3839
g_browserSettings = None
@@ -759,6 +760,7 @@ def GetSources():
759760
return sources
760761

761762
if __name__ == '__main__':
763+
print('[wxpython.py] architecture=%s-bit' % (8 * struct.calcsize("P")))
762764
print('[wxpython.py] wx.version=%s' % wx.version())
763765

764766
# Intercept python exceptions. Exit app immediately when exception

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.