mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-05 15:52:45 +02:00
Compilation and CMake fixes for both Windows on ARM and clang-cl, meaning Windows can now be built on both MSVC and clang on both amd64 and aarch64. Compiling on clang is *dramatically* faster so this should be useful for CI. Co-authored-by: crueter <crueter@eden-emu.dev> Co-authored-by: crueter <crueter@crueter.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/348 Reviewed-by: CamilleLaVey <camillelavey99@gmail.com> Reviewed-by: crueter <crueter@eden-emu.dev> Co-authored-by: lizzie <lizzie@eden-emu.dev> Co-committed-by: lizzie <lizzie@eden-emu.dev>
12 lines
375 B
Diff
12 lines
375 B
Diff
--- a/libs/context/CMakeLists.txt 2025-09-08 00:42:31.303651800 -0400
|
|
+++ b/libs/context/CMakeLists.txt 2025-09-08 00:42:40.592184300 -0400
|
|
@@ -146,7 +146,7 @@
|
|
set(ASM_LANGUAGE ASM)
|
|
endif()
|
|
elseif(BOOST_CONTEXT_ASSEMBLER STREQUAL armasm)
|
|
- set(ASM_LANGUAGE ASM_ARMASM)
|
|
+ set(ASM_LANGUAGE ASM_MARMASM)
|
|
else()
|
|
set(ASM_LANGUAGE ASM_MASM)
|
|
endif()
|