We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Agent is unable to find the web locally because paths do not match:
digilent-agent.pro say one thing and main.cpp says a different one.
digilent-agent.pro
main.cpp
This is digilent-agent.pro:
wwwRoot.path = /usr/share/digilent-agent/www
And this main.cpp:
wwwRoot = "/usr/share/digilent/digilent-agent/www";
Isn't there any way to make this be passed as a varible at compilation time and overwrite it?
The simplest solution is just to be coherent with the pathnames.
The text was updated successfully, but these errors were encountered:
Make pathnames coherent with main.cpp
7118888
solves Digilent#10
No branches or pull requests
Agent is unable to find the web locally because paths do not match:
digilent-agent.pro
say one thing andmain.cpp
says a different one.This is digilent-agent.pro:
And this
main.cpp
:Isn't there any way to make this be passed as a varible at compilation time and overwrite it?
The simplest solution is just to be coherent with the pathnames.
The text was updated successfully, but these errors were encountered: