mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Meta: Generate correct format for user-variables.cmake
This commit is contained in:
parent
e534395243
commit
02b5ab385a
Notes:
github-actions[bot]
2025-08-06 20:33:19 +00:00
Author: https://github.com/bn3t 🔰
Commit: 02b5ab385a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5748
1 changed files with 3 additions and 3 deletions
|
@ -240,9 +240,9 @@ def configure_skia_jemalloc() -> list[str]:
|
|||
with open(user_vars_cmake_module, "w") as f:
|
||||
f.writelines(
|
||||
[
|
||||
f"set(PKGCONFIG {pkg_config})",
|
||||
f"set(GN {gn})",
|
||||
"",
|
||||
f"set(PKGCONFIG {pkg_config})\n",
|
||||
f"set(GN {gn})\n",
|
||||
"\n",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue