mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
committed by
Scott Talbert
parent
8b5956e006
commit
400b7761fd
2
build.py
2
build.py
@@ -1252,7 +1252,7 @@ def cmd_sip(options, args):
|
||||
sip_module = 'wx.siplib', # the fully qualified name of the sip module
|
||||
sbf_file=sbf, # File to write the generated file lists to
|
||||
exceptions = False, # enable support for exceptions
|
||||
tracing = False, # generate code with tracing enabled
|
||||
tracing = cfg.SIP_TRACE, # generate code with tracing enabled
|
||||
sources_dir = tmpdir, # the name of the code directory
|
||||
extracts = [pycode], # add <ID:FILE> to the list of extracts to generate
|
||||
pyi_extract=pyi_extract, # the name of the .pyi stub file
|
||||
|
||||
@@ -86,6 +86,7 @@ class Configuration(object):
|
||||
# The name of the top-level package
|
||||
|
||||
SIP_ABI = '12.8'
|
||||
SIP_TRACE = False
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# Basic initialization and configuration code
|
||||
|
||||
Reference in New Issue
Block a user