mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
Meta: Update the build rules for AK
The `gn` build did not generate the CMake configuration file for the backtrace module. Update the rules to configure the generated macros mirroring the CMake build.
This commit is contained in:
parent
96fbb33b13
commit
050ffddff3
Notes:
github-actions[bot]
2024-09-25 18:42:03 +00:00
Author: https://github.com/compnerd
Commit: 050ffddff3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1519
Reviewed-by: https://github.com/ADKaster
2 changed files with 21 additions and 2 deletions
|
@ -84,7 +84,7 @@ def main():
|
|||
try:
|
||||
var, val = var.split(None, 1)
|
||||
in_line = '#define %s %s' % (var, val) # val ends in \n.
|
||||
except _:
|
||||
except ValueError:
|
||||
var = var.rstrip()
|
||||
in_line = '#define %s\n' % var
|
||||
if not values[var]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue