-
Notifications
You must be signed in to change notification settings - Fork 19
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
[MWCC]: mwcceppc file path behavior broken #78
Comments
Thanks for opening the issue, I'll take a look into this and see what I can find out. |
Any updates on this? |
Have you tried the latest commit? |
Unfortunately it did not fix the issue for us. In fact, it appears even more broken than before. Now it can't even find top level include directives. These are in our /include/ directory.
|
I can confirm that reverting to wibo 0.6.13 fixes both the issues with 0.6.14 and 0.6.15. |
#75 (wibo 0.6.14+) causes issues with mwcceppc paths that worked in previous versions. This causes issues on all Linux environments.
Our setup uses assetrip + assetinc to rip binary assets from the source binaries into build/include/assets/... and we have
-i build/include
passed into mwcceppc.exe. Since the issue started occurring with wibo 0.6.14, the issue must be these lines: https://github.com/decompals/wibo/pull/75/files#diff-35916b9fc9415b9ed5c6c9e5cb55c16f9c61754053de1ac138aa4456378610dfR685-R691Example error:
The text was updated successfully, but these errors were encountered: