From dc85d78e3ac138f62319d805f59b6c6f06e64837 Mon Sep 17 00:00:00 2001 From: SiCongLi Date: Fri, 17 Dec 2021 13:22:55 +0000 Subject: Fix typo in SConstruct Resolves: COMPMID-5012 Signed-off-by: SiCongLi Change-Id: I7df7098b464f564cf7f3d83e10fe57e2788531a0 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6839 Tested-by: Arm Jenkins Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') 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']: -- cgit v1.2.1