mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Add SIP_ABI to the config object
This commit is contained in:
2
build.py
2
build.py
@@ -1278,7 +1278,7 @@ def cmd_sip(options, args):
|
||||
pycode = 'pycode'+base+':'+pycode
|
||||
|
||||
sip_runner(src_name,
|
||||
abi_version = '12.8', # siplib abi version
|
||||
abi_version = cfg.SIP_ABI, # siplib abi version
|
||||
warnings = True, # enable warning messages
|
||||
docstrings = True, # enable the automatic generation of docstrings
|
||||
release_gil = True, # always release and reacquire the GIL
|
||||
|
||||
@@ -85,6 +85,8 @@ class Configuration(object):
|
||||
PKGDIR = 'wx'
|
||||
# The name of the top-level package
|
||||
|
||||
SIP_ABI = '12.8'
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# Basic initialization and configuration code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user