mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c1a62f316e
The definition in `pkg/esp32_sdk/Makefile.include` was evaluated by `make` after the include paths were already set, resulting in `ESP32_SDK_DIR` being empty in INCLUDES += -I$(ESP32_SDK_DIR)/components [...] This in turn resulted in cc1: error: /components: No such file or directory [-Werror=missing-include-dirs] [...]
2 lines
27 B
Makefile
2 lines
27 B
Makefile
PSEUDOMODULES += esp32_sdk
|