mirror of https://github.com/acidanthera/audk.git
12 lines
250 B
YAML
12 lines
250 B
YAML
|
## @file
|
||
|
# Set this folder on the path for all linux builds
|
||
|
#
|
||
|
# Copyright (c) Microsoft Corporation.
|
||
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
##
|
||
|
{
|
||
|
"scope": "pipbuild-unix",
|
||
|
"override_id": "binwrappers",
|
||
|
"flags": ["set_path"]
|
||
|
}
|