jihuayu commented on PR #3492: URL: https://github.com/apache/kvrocks/pull/3492#issuecomment-4473719243
There’s also a small issue: it looks like our current CMake script copies the headers before the build step, so the generated luajit.h will not be copied either. https://github.com/apache/kvrocks/blob/unstable/cmake/luajit.cmake#L67 The file command only copies files during the configure phase, so it may miss the generated luajit.h that we actually need. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
