Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the correct directory for ORCHLUA_PATH
In other contexts, LUA_MODSHAREDIR will get converted from a relative path to an absolute path via CMAKE_INSTALL_PREFIX prefixing. In this context, however, we need to fix it ourselves since ORCHLUA_PATH just gets set via the preprocessor, which won't apply any pathing magic. Signed-off-by: Kyle Evans <[email protected]>
- Loading branch information