mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Fix extraction for #define's when not an integer or string
Some #define values fall outside the range of int, so we need to override the types.
This commit is contained in:
@@ -394,7 +394,10 @@ def run():
|
||||
m.ignore()
|
||||
|
||||
|
||||
|
||||
|
||||
# Correct the type for this define as it is a float
|
||||
module.find('wxSCRIPT_MUL_FACTOR').type = 'float'
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
tools.doCommonTweaks(module)
|
||||
tools.runGenerators(module)
|
||||
|
||||
Reference in New Issue
Block a user