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