Skip to content

Commit

Permalink
Testing: print vars
Browse files Browse the repository at this point in the history
  • Loading branch information
allsey87 committed Aug 10, 2024
1 parent 49ddd9f commit 16d117b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foreign_cc/private/make_env_vars.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ def _get_make_variables(workspace_name, tools, flags, user_env_vars, make_comman

if "INCLUDE" in vars:
vars.pop("INCLUDE")
if "PATH" in vars:
vars.pop("PATH")

print("new vars without include = {}".format(vars))

Expand Down

0 comments on commit 16d117b

Please sign in to comment.