forked from platformio/platformio-core
Extend win hooks for ASPPCOM
This commit is contained in:
@@ -78,7 +78,8 @@ def generate(env):
|
||||
for key in ("ARCOM", "LINKCOM"):
|
||||
coms[key] = env.get(key, "").replace(
|
||||
"$SOURCES", "${_long_sources_hook(__env__, SOURCES)}")
|
||||
coms['_CCCOMCOM'] = env.get("_CCCOMCOM", "").replace(
|
||||
for key in ("_CCCOMCOM", "ASPPCOM"):
|
||||
coms[key] = env.get(key, "").replace(
|
||||
"$_CPPINCFLAGS", "${_long_incflags_hook(__env__, _CPPINCFLAGS)}")
|
||||
env.Replace(**coms)
|
||||
|
||||
|
Reference in New Issue
Block a user