From 5ad4f43a7edb839b64d4c51e4aaa7ab5e6225af6 Mon Sep 17 00:00:00 2001 From: Crow-bar Date: Wed, 5 Oct 2022 10:42:11 +0300 Subject: [PATCH] waf: self.onlypsp fixed --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index adbb6a34..a98b4a41 100644 --- a/wscript +++ b/wscript @@ -19,7 +19,7 @@ class Subproject: singlebin = False # if true will be ignored when singlebinary is set ignore = False # if true will be ignored, set by user request mandatory = False - psp = False + onlypsp = False def __init__(self, name, dedicated=True, singlebin=False, mandatory = False, onlypsp = False): self.name = name