mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Meta: Alias the "ladybird" target to "Ladybird" in ladybird.py
We do the same thing in ladybird.sh for convenience.
This commit is contained in:
parent
e7fe2d3dab
commit
25666390f6
Notes:
github-actions[bot]
2025-05-27 18:03:46 +00:00
Author: https://github.com/trflynn89
Commit: 25666390f6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4895
Reviewed-by: https://github.com/gmta ✅
1 changed files with 3 additions and 0 deletions
|
@ -186,6 +186,9 @@ def main():
|
|||
print("ladybird.py must be run from a Visual Studio enabled environment", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
if args.target == "ladybird":
|
||||
args.target = "Ladybird"
|
||||
|
||||
if args.command == "build":
|
||||
build_dir = configure_main(platform, args.preset, args.cc, args.cxx)
|
||||
build_main(build_dir, args.target, args.args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue