Skip to content

Conversation

@Patater
Copy link
Contributor

@Patater Patater commented Jun 7, 2019

Relative include paths should be avoided. The build system will
determine where to pull in includes from. Specifically, #include "../mbedtls/config.h" shouldn't be used. Use #include "mbedtls/config.h instead, so that the submodule-building makefiles can
change which directory to use to get mbedtls include files from.

Fixes #141

Relative include paths should be avoided. The build system will
determine where to pull in includes from. Specifically, `#include
"../mbedtls/config.h"` shouldn't be used. Use `#include
"mbedtls/config.h` instead, so that the submodule-building makefiles can
change which directory to use to get mbedtls include files from.

Fixes ARMmbed#141
@Patater Patater added bug Something isn't working needs: review The pull request is ready for review. This generally means that it has no known issues. labels Jun 7, 2019
@Patater Patater removed the needs: review The pull request is ready for review. This generally means that it has no known issues. label Jun 7, 2019
@Patater Patater merged commit 3d94e34 into ARMmbed:development Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When used as a submodule, PSA source files pick up the wrong config.h

3 participants