File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
from jinja2 .environment import Environment
9
9
10
10
from tools .targets import TARGET_MAP
11
- from project_generator .project import Project , ProjectTemplateInternal
11
+ from project_generator .tools import tool
12
12
from project_generator .tools_supported import ToolsSupported
13
13
from project_generator .settings import ProjectSettings
14
14
from project_generator_definitions .definitions import ProGenDef
@@ -142,7 +142,7 @@ def grouped(sources):
142
142
# we want to add this to our include dirs
143
143
config_dir = os .path .dirname (config_header ) if config_header else []
144
144
145
- project_data = ProjectTemplateInternal . _get_project_template ()
145
+ project_data = tool . get_tool_template ()
146
146
147
147
project_data ['target' ] = TARGET_MAP [self .target ].progen ['target' ]
148
148
project_data ['source_paths' ] = self .get_source_paths ()
You can’t perform that action at this time.
0 commit comments