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

emscripten bad debug dir definition cannot open files without manual definition. #56

Open
Paolo-Oliverio opened this issue Aug 2, 2024 · 1 comment

Comments

@Paolo-Oliverio
Copy link
Contributor

after a make build files doesn't load properly then found it was due to a wrong path possibly due to KINC_DEBUGDIR.
As a temporary fix I tried p.addDefine('KINC_DEBUGDIR="web"'); and it works so probably is a kmake issue not passing it in the makefile correctly.

I haven’t tested it in Ninja due to other ‘file not found’ issues that I haven’t checked yet.

@Paolo-Oliverio
Copy link
Contributor Author

old exporter before make / ninja split featured this line :

defline += '-D KORE_DEBUGDIR="\"' + debugDirName + '\""' + ' ';

nothing similar seems to be present in newer versions of kmake

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

No branches or pull requests

1 participant