Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Aug 28, 2023
1 parent cfaf710 commit 3b1b27b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .pytool/Plugin/CodeQL/CodeQlBuildPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,7 @@ def do_pre_build(self, builder: UefiBuilder) -> int:
# Since it's unclear how quotes are handled and may change in the
# future, this code is going to use the workaround to place the
# command in an executable file that is instead passed to CodeQL.
self.codeql_cmd_path = Path(
builder.edk2path.GetAbsolutePathOnThisSystemFromEdk2RelativePath(
self.build_output_dir, "codeql_build_command"
)
)
self.codeql_cmd_path = Path(self.build_output_dir, "codeql_build_command")

build_params = self._get_build_params()

Expand Down

0 comments on commit 3b1b27b

Please sign in to comment.