diff options
Diffstat (limited to 'cpp/makebindist.py')
-rwxr-xr-x | cpp/makebindist.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/makebindist.py b/cpp/makebindist.py index 8f326196c4e..35e34704450 100755 --- a/cpp/makebindist.py +++ b/cpp/makebindist.py @@ -371,6 +371,11 @@ def editMakeRulesMak(filename, version): # Do nothing. # pass + elif line.startswith('THIRDPARTY_HOME'): + # + # Do nothing. + # + pass else: print line.rstrip('\n') elif state == 'header': |