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

Linux: Paths to webserber don't match #10

Open
ekaitz-zarraga opened this issue Mar 17, 2020 · 0 comments
Open

Linux: Paths to webserber don't match #10

ekaitz-zarraga opened this issue Mar 17, 2020 · 0 comments

Comments

@ekaitz-zarraga
Copy link

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.

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.

ekaitz-zarraga added a commit to ekaitz-zarraga/digilent-agent that referenced this issue Mar 17, 2020
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