You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not possible with PlatformIO 2.0. PlatformIO builds libraries in isolated environments. You will be able to use extraBuildFlags in PlatformIO 3.0.
Temporary solution is to use build_flags = -I$PROJECT_DIR/sdk/includes
I have manage a project with platform, the project struct like this:
user_main.c:
platformio.ini:
extra_script.py:
but when i use
pio run
build the project, lib/hello doesn't include sdk/include pathbut user_main.o include sdk/include
it seems lib directory can't support extra_script
how can i fix it, thanks
The text was updated successfully, but these errors were encountered: