Marcel Telka
2023-03-15 5282a174d4b0d5cb251a3b4842a55f627131ab25
cmake.mk: cmake needs PATH

1 files modified
1 ■■■■ changed files
make-rules/cmake.mk 1 ●●●● patch | view | raw | blame | history
make-rules/cmake.mk
@@ -97,6 +97,7 @@
CMAKE_ENV += FCFLAGS="$(FCFLAGS)"
CMAKE_ENV += LDFLAGS="$(LDFLAGS)"
CMAKE_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
CMAKE_ENV += PATH="$(PATH)"
# Rewrite absolute source-code paths into relative for ccache, so that any
# workspace with a shared CCACHE_DIR can benefit when compiling a component