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
@@ -149,7 +149,7 @@ def grouped(sources):
149
149
# we want to add this to our include dirs
150
150
config_dir = os .path .dirname (config_header ) if config_header else []
151
151
152
- project_data = ProjectTemplateInternal . _get_project_template ()
152
+ project_data = tool . get_tool_template ()
153
153
154
154
project_data ['target' ] = TARGET_MAP [self .target ].progen ['target' ]
155
155
project_data ['source_paths' ] = self .get_source_paths ()
You can’t perform that action at this time.
0 commit comments