Skip to content

Conversation

@successor1
Copy link

Make sure to put the latest RandomX folder inside deps/ to make it work. I couldn't push that on here.

@jplomas
Copy link
Contributor

jplomas commented Dec 18, 2021

This will break builds on Linux and Intel-based Darwin systems.

Suggest some conditional logic in CMakeLists.txt, eg:

if(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64")
    # M1 Silicon specific
endif()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants