no more scripts subdir

This commit is contained in:
2024-11-05 15:55:18 -06:00
parent 75c93b4cf9
commit b1fb260366
7 changed files with 47 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
windres = 'x86_64-w64-mingw32-windres'
strip = 'x86_64-w64-mingw32-strip'
exe_wrapper = ''
exe_wrapper = 'wine'
[host_machine]
system = 'windows'
@@ -13,4 +13,5 @@ cpu = 'x86_64'
endian = 'little'
[properties]
link_args = ['-static']
link_args = ['-static']
needs_exe_wrapper = false