summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-15 03:55:44 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-15 03:55:44 +0100
commit313c4c01e0ec22eb2c2872baa4a116428d136339 (patch)
tree109a0b9c891394c3ba91fe87a1aacc19dd921347 /build
parent350857fff3e4300dad38c8b322188517dd7cb0da (diff)
build: define "xp" in the global variables
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 15389d7f..3a345e11 100755
--- a/build
+++ b/build
@@ -16,7 +16,7 @@ fi
. "include/vendor.sh"
. "include/mrc.sh"
-eval "$(setvars "" script_path aur_notice vdir src_dirname srcdir _xm mode)"
+eval "$(setvars "" script_path aur_notice vdir src_dirname srcdir _xm mode xp)"
err="fail"
linkpath="${0}"