mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-04 05:03:10 +02:00
Use win_subsystem instead of gui_app
This commit is contained in:
parent
cfc62d44fb
commit
6c5616f65a
1 changed files with 1 additions and 1 deletions
|
@ -188,6 +188,6 @@ executable(exe_name,
|
||||||
cpp_args: global_args,
|
cpp_args: global_args,
|
||||||
objc_args: global_args,
|
objc_args: global_args,
|
||||||
objcpp_args: global_args,
|
objcpp_args: global_args,
|
||||||
gui_app: true,
|
win_subsystem: 'windows',
|
||||||
install: (host_system != 'windows')
|
install: (host_system != 'windows')
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue