--- libs/context/build/Jamfile.v2.orig	2023-12-19 19:59:56
+++ libs/context/build/Jamfile.v2	2023-12-19 20:01:04
@@ -855,6 +855,16 @@
      asm/ontop_combined_sysv_macho_gas.S
    : <abi>sysv
      <architecture>combined
+     <binary-format>mach-o
+   ;
+
+# COMBINED DARWIN ARM/INTEL
+alias asm_sources
+   : asm/make_combined_sysv_macho_gas.S
+     asm/jump_combined_sysv_macho_gas.S
+     asm/ontop_combined_sysv_macho_gas.S
+   : <address-model>64
+     <architecture>arm+x86
      <binary-format>mach-o
    ;
 
