mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
https://bugzilla.tianocore.org/show_bug.cgi?id=2315 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
12 lines
264 B
YAML
12 lines
264 B
YAML
## @file
|
|
# Set shell variable EDK_TOOL_PATH to this folder
|
|
#
|
|
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
{
|
|
"scope": "global",
|
|
"flags": ["set_shell_var", "set_build_var"],
|
|
"var_name": "EDK_TOOLS_PATH"
|
|
}
|