mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-16 23:14:57 +08:00
cmake: windows: add the jami-core to the project
Change-Id: Ieeeb8bbf3d032fb9595b6f76a49ab8027dad7d99
This commit is contained in:
8
build.py
8
build.py
@@ -364,13 +364,7 @@ def cwd(path):
|
||||
def run_install(args):
|
||||
# Platforms with special compilation scripts
|
||||
if args.distribution == WIN32_DISTRIBUTION_NAME:
|
||||
if args.pywinmake:
|
||||
with cwd('daemon'):
|
||||
execute_script(['git submodule update --init'])
|
||||
execute_script(['python -m pip install extras/scripts/pywinmake'])
|
||||
execute_script(['python extras/scripts/winmake.py'])
|
||||
execute_script(['python extras/scripts/winmake.py --base-dir compat/msvc'])
|
||||
else:
|
||||
if not args.pywinmake:
|
||||
with cwd('daemon/compat/msvc'):
|
||||
execute_script([f'python winmake.py -iv -s {args.sdk} -b daemon'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user