donate-cpu.py: Enable microsoft_sal library in case <sal.h> is found by scanPackage().

This commit is contained in:
orbitcowboy 2019-03-05 18:18:24 +01:00
parent 8c0ab16863
commit fee5639fc8
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import platform
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
# changes)
CLIENT_VERSION = "1.1.12"
CLIENT_VERSION = "1.1.13"
def checkRequirements():
@ -239,6 +239,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast):
'googletest': ['<gtest/gtest.h>'],
'gtk': ['<gtk/gtk.h>', '<glib.h>', '<glib/'],
# 'libcerror': ['<libcerror.h>'], <- Enable after release of 1.88
'microsoft_sal': ['<sal.h>'],
'motif': ['<X11/', '<Xm/'],
#'opengl': ['<GL/gl.h>', '<GL/glu.h>', '<GL/glut.h>'], <- Enable after release of 1.88
'python': ['<Python.h>'],