Files
MINGW-packages/mingw-w64-ghex/003-gui-app.patch
2023-06-21 09:31:10 +05:30

11 lines
418 B
Diff

diff --unified --recursive --text --color ghex-3.18.4/src/meson.build ghex-3.18.4-gui/src/meson.build
--- ghex-3.18.4/src/meson.build 2019-07-13 14:18:43.000000000 +0800
+++ ghex-3.18.4-gui/src/meson.build 2020-05-03 11:25:05.907108600 +0800
@@ -97,5 +97,6 @@
include_directories: ghex_root_dir,
dependencies: ghex_deps + [libghex_dep, ],
c_args: ghex_c_args,
+ win_subsystem: 'windows',
install: true
)