mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +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
|
pycode = 'pycode'+base+':'+pycode
|
||||||
|
|
||||||
sip_runner(src_name,
|
sip_runner(src_name,
|
||||||
abi_version = '12.8', # siplib abi version
|
abi_version = cfg.SIP_ABI, # siplib abi version
|
||||||
warnings = True, # enable warning messages
|
warnings = True, # enable warning messages
|
||||||
docstrings = True, # enable the automatic generation of docstrings
|
docstrings = True, # enable the automatic generation of docstrings
|
||||||
release_gil = True, # always release and reacquire the GIL
|
release_gil = True, # always release and reacquire the GIL
|
||||||
|
|||||||
@@ -85,6 +85,8 @@ class Configuration(object):
|
|||||||
PKGDIR = 'wx'
|
PKGDIR = 'wx'
|
||||||
# The name of the top-level package
|
# The name of the top-level package
|
||||||
|
|
||||||
|
SIP_ABI = '12.8'
|
||||||
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# Basic initialization and configuration code
|
# Basic initialization and configuration code
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user