mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 18:38:30 +00:00
Changes to pushbuild.txt now trigger a reconfigure.
This commit is contained in:
parent
0ec7391660
commit
0e572c656c
@ -100,6 +100,8 @@ class MMSConfig(object):
|
||||
raise Exception('At least one SDK must be available.')
|
||||
|
||||
def configure(self):
|
||||
builder.AddConfigureFile('pushbuild.txt')
|
||||
|
||||
cfg = builder.DetectCompilers()
|
||||
cxx = cfg.cxx
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user