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

spaces in library directories #53

Closed
vitoller opened this issue Oct 8, 2017 · 2 comments
Closed

spaces in library directories #53

vitoller opened this issue Oct 8, 2017 · 2 comments

Comments

@vitoller
Copy link

vitoller commented Oct 8, 2017

I am using the make file under linux (ubuntu), from a project originally set up with platformio (atom).

The libraries imported from platformio can include spaces:

.piolibdeps/Adafruit Unified Sensor_ID31

When adding the directory to the libraries (LIBS) to project, the directory is not fully recognized.

As a workaround I have renamed the directories not to have spces.

Is there a better way to do this?

@plerup
Copy link
Owner

plerup commented Oct 8, 2017

Currently not. There are many parts of the makefile which assume that space is a separator.
Maybe it ought to be fixed...

@vitoller
Copy link
Author

ok.
The workaround is fine for me.

@plerup plerup closed this as completed Nov 13, 2017
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

2 participants