aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSiCongLi <sicong.li@arm.com>2021-12-17 13:22:55 +0000
committerSiCong Li <sicong.li@arm.com>2021-12-24 11:11:28 +0000
commitdc85d78e3ac138f62319d805f59b6c6f06e64837 (patch)
tree6090d75439ca9cccaaeac9e82f1dc12cfced9477 /SConstruct
parent3e155a52f19db046f83e30c25182460b00d108c7 (diff)
downloadComputeLibrary-dc85d78e3ac138f62319d805f59b6c6f06e64837.tar.gz
Fix typo in SConstruct
Resolves: COMPMID-5012 Signed-off-by: SiCongLi <sicong.li@arm.com> Change-Id: I7df7098b464f564cf7f3d83e10fe57e2788531a0 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6839 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 28704d3459..13f839b324 100644
--- a/SConstruct
+++ b/SConstruct
@@ -371,7 +371,7 @@ if not GetOption("help"):
env.Append(LINKFLAGS = ['-fstack-protector-strong'])
if env['high_priority'] and env['build_config']:
- print("The high priority library cannot be built in conjuction with a user-specified build configuration")
+ print("The high priority library cannot be built in conjunction with a user-specified build configuration")
Exit(1)
if not env['high_priority'] and not env['build_config']: