no more scripts subdir
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user