Skip to content

Commit 009dbb6

Browse files
committed
test imports
1 parent 5fe4cae commit 009dbb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/actions/install.py

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def run(self, env):
134134
imports = env.project.get_imports(env.spec)
135135
for imp in imports:
136136
if imp.compiler:
137+
print("install imports : {}".format(imp))
137138
imp.install(env)
138139

139140
export_compiler(env.spec.compiler, env)

0 commit comments

Comments
 (0)