Skip to content

Visual Studio project: build caching is broken #816

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

Open
gdevillele opened this issue Apr 3, 2025 · 1 comment
Open

Visual Studio project: build caching is broken #816

gdevillele opened this issue Apr 3, 2025 · 1 comment
Assignees
Labels

Comments

@gdevillele
Copy link
Collaborator

Compilation caching has been broken by the addition of libpng in the deptool process.
If you remove the deptool autoconfig call, it fixes it.

Notes

  • project still compiles libpng source code, we still need to switch to precompiled libraries (I don't know about the difficulty)
  • switching to precompiled libraries might just fix the issue (as libluau was not causing issues AFAIK)
  • avoid to copy the _active_ directory when not needed might be a fix as well
@gdevillele gdevillele self-assigned this Apr 3, 2025
@catman8s

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@gdevillele @catman8s and others