Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

2 changed files:

Changes:

  • Makefile
    ... ... @@ -444,6 +444,12 @@ basebrowser-testbuild-windows-i686: submodule-update
    444 444
     basebrowser-testbuild-macos: submodule-update
    
    445 445
     	$(rbm) build release --target testbuild --target browser-macos --target basebrowser
    
    446 446
     
    
    447
    +basebrowser-testbuild-macos-x86_64: submodule-update
    
    448
    +	$(rbm) build release --target testbuild --target browser-macos-x86_64 --target basebrowser
    
    449
    +
    
    450
    +basebrowser-testbuild-macos-aarch64: submodule-update
    
    451
    +	$(rbm) build release --target testbuild --target browser-macos-aarch64 --target basebrowser
    
    452
    +
    
    447 453
     basebrowser-testbuild-src: submodule-update
    
    448 454
     	$(rbm) build release --target testbuild --target browser-src-testbuild --target basebrowser
    
    449 455
     
    

  • rbm.conf
    ... ... @@ -529,6 +529,14 @@ targets:
    529 529
         - macos-x86_64
    
    530 530
         - macos
    
    531 531
         - basebrowser
    
    532
    +  basebrowser-macos-x86_64:
    
    533
    +    - macos-x86_64
    
    534
    +    - macos
    
    535
    +    - basebrowser
    
    536
    +  basebrowser-macos-aarch64:
    
    537
    +    - macos-aarch64
    
    538
    +    - macos
    
    539
    +    - basebrowser
    
    532 540
       macos-universal:
    
    533 541
         var:
    
    534 542
           macos_universal: 1