Skip to content

Commit

Permalink
test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 29, 2024
1 parent 5fe4cae commit 009dbb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/actions/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def run(self, env):
imports = env.project.get_imports(env.spec)
for imp in imports:
if imp.compiler:
print("install imports : {}".format(imp))
imp.install(env)

export_compiler(env.spec.compiler, env)

0 comments on commit 009dbb6

Please sign in to comment.