libluajit.dylib: No such file or directory #10714
-
I am a complete beginner in the codebase. I am trying to build it locally in MacOS (arm64). However, I am getting the following error during the build:
I am obviously missing a library. But I am not sure why or how should it be resolved. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
This sounds more likely to be a support request, and we are not currently accepting support requests on GitHub Discussions. Make sure you read any pinned posts on discussion boards before opening a new discussion. Please use our forums or Discord for further assistance. Thank you! |
Beta Was this translation helpful? Give feedback.
-
This is most likely caused by CMake finding LuaJIT via Homebrew, which can be confirmed by checking your CMakeCache.txt file. It probably said something like this:
You have to remove or unlink that one so CMake can't find it and finds the one we provide. |
Beta Was this translation helpful? Give feedback.
-
Is there something OBS can do to override/always prefer its own It also seems a bit odd that the .dylib that OBS ends up bundling with a homebrew |
Beta Was this translation helpful? Give feedback.
This sounds more likely to be a support request, and we are not currently accepting support requests on GitHub Discussions. Make sure you read any pinned posts on discussion boards before opening a new discussion. Please use our forums or Discord for further assistance.
Thank you!