Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy LuaJIT to the same directory as it is used from #14

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

learn-more
Copy link
Contributor

From the CMake docs (emphasis mine):

The COPY signature copies files, directories, and symlinks to a destination folder. Relative input paths are evaluated with respect to the current source directory, and a relative destination is evaluated with respect to the current build directory.

When CMAKE_BINARY_DIR does not match CMAKE_CURRENT_BINARY_DIR (toying around with where CMake is called from) this would cause an issue.

@MikuAuahDark MikuAuahDark merged commit 2c45b8b into love2d:main Apr 13, 2024
2 checks passed
@learn-more learn-more deleted the luajit branch April 13, 2024 14:02
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