Browse Source
https://git.eden-emu.dev/eden-emu/eden/pulls/3183 removed the `project` command from the dynarmic CMakeLists.txt. This causes CMake to assume the default languages for the project which are C and C++, however, dynarmic_tests has some parts written in assembly (`src/dynarmic/tests/rsqrt_test_fn.s`) which causes linking failure. Signed-off-by: Marcin Serwin <marcin@serwin.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3256 Reviewed-by: DraVee <dravee@eden-emu.dev> Reviewed-by: Lizzie <lizzie@eden-emu.dev> Co-authored-by: Marcin Serwin <marcin@serwin.dev> Co-committed-by: Marcin Serwin <marcin@serwin.dev>lm3-regression/2-of-3
committed by
crueter
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue