mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
To fix windows build issue.
This commit is contained in:
parent
25aff00935
commit
ba1175d095
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if prebuilt_server == ''
|
|||
build_by_default: true,
|
||||
build_always_stale: true,
|
||||
output: 'scrcpy-server',
|
||||
command: [find_program('./scripts/build-wrapper.sh'), meson.current_source_dir(), '@OUTPUT@', get_option('buildtype')],
|
||||
command: ['sh', '../server/scripts/build-wrapper.sh', meson.current_source_dir(), '@OUTPUT@', get_option('buildtype')],
|
||||
console: true,
|
||||
install: true,
|
||||
install_dir: 'share/scrcpy')
|
||||
|
|
Loading…
Add table
Reference in a new issue