mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Meta: Generate correct format for user-variables.cmake
This commit is contained in:
parent
e534395243
commit
02b5ab385a
|
|
@ -240,9 +240,9 @@ def configure_skia_jemalloc() -> list[str]:
|
||||||
with open(user_vars_cmake_module, "w") as f:
|
with open(user_vars_cmake_module, "w") as f:
|
||||||
f.writelines(
|
f.writelines(
|
||||||
[
|
[
|
||||||
f"set(PKGCONFIG {pkg_config})",
|
f"set(PKGCONFIG {pkg_config})\n",
|
||||||
f"set(GN {gn})",
|
f"set(GN {gn})\n",
|
||||||
"",
|
"\n",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user