fixed typo in build file

dev
Claudius Holeksa 2022-03-05 17:11:15 +01:00
parent fed922801f
commit 409fa4fd82
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ env_vars = Variables(
args = ARGUMENTS
)
env_vars.add('prefix',
env_vars.Add('prefix',
help='Installation target location of build results and headers',
default='/usr/local',
validator=isAbsolutePath