mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-10 21:17:17 +02:00
0.8.101
* updated converter scripts to include all enabled features again (redundant scan of build flags) #1534
This commit is contained in:
parent
4b75e72bf3
commit
2a4c83647a
4 changed files with 21 additions and 8 deletions
|
@ -35,6 +35,6 @@ def check(inp, lst, pattern):
|
|||
return out
|
||||
|
||||
def conv(inp, lst):
|
||||
#print(lst)
|
||||
print(lst)
|
||||
out = check(inp, lst, r'\/\*(?:IF_|ELS|ENDIF_)([A-Z0-9\-_]+)?\*\/')
|
||||
return check(out, lst, r'\<\!\-\-(?:IF_|ELS|ENDIF_)([A-Z0-9\-_]+)?\-\-\>')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue