mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
misc: fix winmake clean option
Change-Id: I50593324cef00af15f5a77d73e2b60eae7d8f63b
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user