misc: fix winmake clean option

Change-Id: I50593324cef00af15f5a77d73e2b60eae7d8f63b
This commit is contained in:
Aline Gondim Santos
2022-07-19 17:23:16 -03:00
parent 7a888cf04e
commit bdf7fb07df

View File

@ -445,7 +445,7 @@ def apply(pkg_name, patches, win_patches):
os.chdir(tmp_dir)
def get_pkg_file(pkg_name, isPlugin):
def get_pkg_file(pkg_name, isPlugin = False):
if pkg_name == 'daemon':
pkg_location = daemon_msvc_dir
elif (isPlugin):