mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 02:54:25 +02:00
Fix access to env variable from qtmake
This commit is contained in:
@@ -7,7 +7,7 @@ else {
|
|||||||
|
|
||||||
% for include in includes:
|
% for include in includes:
|
||||||
% if include.startswith(user_home_dir):
|
% if include.startswith(user_home_dir):
|
||||||
INCLUDEPATH += "$$(HOMEDIR){{include.replace(user_home_dir, "")}}"
|
INCLUDEPATH += "$${HOMEDIR}{{include.replace(user_home_dir, "")}}"
|
||||||
% else:
|
% else:
|
||||||
INCLUDEPATH += "{{include}}"
|
INCLUDEPATH += "{{include}}"
|
||||||
% end
|
% end
|
||||||
|
Reference in New Issue
Block a user