[cmake] Fix building on aarch64-linux #2591
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "marcin-serwin/eden:push-kkpwkkxqsysr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -1225,3 +1225,3 @@
arm/nce/visitor_base.h
)
target_link_libraries(core PRIVATE merry::mcl merry::oaknut)
find_package(oaknut 2.0.1 REQUIRED)
Like with xbyak we can move this find_package to the root with all of the other externals propagation things, in the same if block as oaknut in externals
if (ARCHITECTURE_arm64 OR DYNARMIC_TESTS)
Done
1734498e59
to393324bbe1
393324bbe1
toffc0b99930
New commits pushed, approval review dismissed automatically according to repository settings
Didn't have issues when building on ChromeOS; but I guess Linux differs