mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 13:51:45 +08:00
waf: self.onlypsp fixed
This commit is contained in:
2
wscript
2
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
|
||||
|
||||
Reference in New Issue
Block a user