1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

Changes to pushbuild.txt now trigger a reconfigure (r=dvander).

This commit is contained in:
Scott Ehlert 2013-12-11 01:01:35 -06:00
parent 9d84360716
commit 5add250b81

View File

@ -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