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>pull/3256/head
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue